Files
HetznerTerra/infrastructure/addons/traefik-config/helmchartconfig-traefik.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

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