Files
HetznerTerra/infrastructure/addons/traefik/helmrelease-traefik.yaml
T

40 lines
810 B
YAML
Raw Normal View History

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik
namespace: flux-system
spec:
interval: 10m
targetNamespace: kube-system
chart:
spec:
2026-04-26 21:01:01 +00:00
chart: ./infrastructure/charts/traefik
sourceRef:
2026-04-26 21:01:01 +00:00
kind: GitRepository
name: platform
namespace: flux-system
install:
createNamespace: true
2026-05-02 19:43:33 +00:00
timeout: 15m
remediation:
2026-05-02 19:43:33 +00:00
retries: 10
upgrade:
2026-05-02 19:43:33 +00:00
timeout: 15m
remediation:
2026-05-02 19:43:33 +00:00
retries: 10
values:
additionalArguments:
- "--entryPoints.flux.address=:9001/tcp"
- "--entryPoints.rancher.address=:9442/tcp"
service:
type: NodePort
ports:
web:
nodePort: 31097
websecure:
nodePort: 30193
rancher:
port: 9442
exposedPort: 9442
2026-04-26 21:01:01 +00:00
protocol: TCP