Files
HetznerTerra/infrastructure/addons/kustomization-traefik-config.yaml
MichaelFisher1997 ecf17113fb
All checks were successful
Deploy Cluster / Terraform (push) Successful in 35s
Deploy Cluster / Ansible (push) Successful in 4m27s
Fix Rancher deployment: add cattle-system namespace, fix Traefik config with port 9442
2026-03-24 19:09:28 +00:00

16 lines
310 B
YAML

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