Files
HetznerTerra/infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml
MichaelFisher1997 2fe5a626d4
All checks were successful
Deploy Cluster / Terraform (push) Successful in 52s
Deploy Cluster / Ansible (push) Successful in 6m20s
fix: Add Hetzner network zone annotation to Traefik LoadBalancer
2026-03-26 02:30:43 +00:00

20 lines
450 B
YAML

apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
additionalArguments:
- "--entryPoints.flux.address=:9001/tcp"
- "--entryPoints.rancher.address=:9442/tcp"
service:
annotations:
load-balancer.hetzner.cloud/network-zone: eu
ports:
rancher:
port: 9442
expose: true
exposedPort: 9442
protocol: TCP