Files
HetznerTerra/infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml

20 lines
450 B
YAML
Raw Normal View History

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