2026-03-24 19:09:28 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: addon-traefik-config
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
|
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
|
|
|
|
name: platform
|
|
|
|
|
path: ./infrastructure/addons/traefik-config
|
|
|
|
|
wait: true
|
|
|
|
|
timeout: 5m
|
|
|
|
|
suspend: false
|
2026-03-24 19:40:37 +00:00
|
|
|
dependsOn:
|
|
|
|
|
- name: addon-tailscale-operator
|
|
|
|
|
- name: addon-tailscale-proxyclass
|