# EKS-specific: AWS NLB for Traefik (prod) service: annotations: service.beta.kubernetes.io/aws-load-balancer-type: nlb service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*" service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" ports: web: proxyProtocol: trustedIPs: "10.0.0.0/8" forwardedHeaders: trustedIPs: "10.0.0.0/8" websecure: proxyProtocol: trustedIPs: "10.0.0.0/8" forwardedHeaders: trustedIPs: "10.0.0.0/8"