mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
feat: migrate k8s-gateway to helm-chart
This commit is contained in:
16
cluster/base-custom/charts/k8s-gateway-charts.yaml
Normal file
16
cluster/base-custom/charts/k8s-gateway-charts.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: k8s-gateway-charts
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1440m
|
||||
url: https://github.com/ori-edge/k8s_gateway
|
||||
ref:
|
||||
branch: master
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
# include charts directory
|
||||
!/charts/
|
Reference in New Issue
Block a user