feat: deploy traefik
This commit is contained in:
@@ -1,18 +1,20 @@
|
|||||||
# ---
|
---
|
||||||
# apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
# kind: Kustomization
|
kind: Kustomization
|
||||||
# metadata:
|
metadata:
|
||||||
# name: infra-longhorn
|
name: infra-traefik
|
||||||
# namespace: flux-system
|
namespace: flux-system
|
||||||
# spec:
|
spec:
|
||||||
# interval: 1h0m0s
|
interval: 1h0m0s
|
||||||
# path: ./infra/controllers/traefik
|
path: ./infra/controllers/traefik
|
||||||
# dependsOn:
|
dependsOn:
|
||||||
# - name: infra-namespaces
|
- name: infra-metallb-config
|
||||||
# prune: true
|
- name: infra-cert-manager-configs
|
||||||
# retryInterval: 1m0s
|
- name: infra-external-dns
|
||||||
# sourceRef:
|
prune: true
|
||||||
# kind: GitRepository
|
retryInterval: 1m0s
|
||||||
# name: flux-system
|
sourceRef:
|
||||||
# timeout: 5m0s
|
kind: GitRepository
|
||||||
# wait: true
|
name: flux-system
|
||||||
|
timeout: 5m0s
|
||||||
|
wait: true
|
||||||
|
|||||||
Reference in New Issue
Block a user