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

17 lines
365 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"
ports:
rancher:
port: 9442
expose: true
exposedPort: 9442
protocol: TCP