azure>aks
This commit is contained in:
16
infra/values/aks-dev/traefik-values.yaml
Normal file
16
infra/values/aks-dev/traefik-values.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Azure AKS — Standard Load Balancer
|
||||
# Note: Azure Standard LB does not support Proxy Protocol.
|
||||
# Use externalTrafficPolicy: Local on the Traefik service to preserve
|
||||
# client IPs, or deploy behind Azure Application Gateway.
|
||||
service:
|
||||
annotations:
|
||||
service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path: "/ping"
|
||||
spec:
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
web:
|
||||
forwardedHeaders:
|
||||
trustedIPs: "10.0.0.0/8,168.63.129.16/32" # <- VNet CIDR + Azure health probe
|
||||
websecure:
|
||||
forwardedHeaders:
|
||||
trustedIPs: "10.0.0.0/8,168.63.129.16/32"
|
||||
Reference in New Issue
Block a user