All checks were successful
AI Code Review / ai-review (pull_request) Successful in 6s
19 lines
592 B
YAML
19 lines
592 B
YAML
# 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"
|