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
# kind: Kustomization
# metadata:
# name: infra-longhorn
# namespace: flux-system
# spec:
# interval: 1h0m0s
# path: ./infra/controllers/traefik
# dependsOn:
# - name: infra-namespaces
# prune: true
# retryInterval: 1m0s
# sourceRef:
# kind: GitRepository
# name: flux-system
# timeout: 5m0s
# wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-traefik
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/traefik
dependsOn:
- name: infra-metallb-config
- name: infra-cert-manager-configs
- name: infra-external-dns
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true