18 lines
494 B
YAML
18 lines
494 B
YAML
# EKS-specific: AWS NLB for Traefik
|
|
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: "*"
|
|
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"
|