feat: deploy traefik

This commit is contained in:
2024-11-07 00:36:58 -05:00
parent 2baa8ddcd9
commit 6015785051

View File

@@ -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