Files
launchpad/infra/values/aks-prod/traefik-values.yaml
Danijel Simeunovic 333acdea26
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 6s
multi-cloud overlays
2026-04-22 14:30:13 +02:00

13 lines
365 B
YAML

# AKS-specific: Azure Load Balancer for Traefik (prod)
service:
annotations:
service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path: /ping
service.beta.kubernetes.io/azure-load-balancer-internal: "false"
ports:
web:
forwardedHeaders:
trustedIPs: "10.0.0.0/8"
websecure:
forwardedHeaders:
trustedIPs: "10.0.0.0/8"