Files
HetznerTerra/infrastructure/addons/kustomization-traefik-config.yaml
MichaelFisher1997 47b384a337
All checks were successful
Deploy Cluster / Terraform (push) Successful in 36s
Deploy Cluster / Ansible (push) Successful in 4m18s
Fix Rancher access: add Tailscale service for Traefik with port 9442, fix deployment order
2026-03-24 19:40:37 +00:00

19 lines
399 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
dependsOn:
- name: addon-tailscale-operator
- name: addon-tailscale-proxyclass