Files
HetznerTerra/infrastructure/addons/rancher/traefik-helmchartconfig-rancher-entrypoint.yaml

16 lines
318 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.rancher.address=:9442/tcp"
ports:
rancher:
port: 9442
expose: true
exposedPort: 9442
protocol: TCP