Skip to content

Commit

Permalink
fix(aws): remove traffic policy
Browse files Browse the repository at this point in the history
Traffic is routed directly to pods so traffic policy is irrelevant

Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Dec 15, 2020
1 parent b9cc556 commit c97a3fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/aws/ingress-nginx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ controller:
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
service.beta.kubernetes.io/aws-load-balancer-type: "nlb-ip"
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
externalTrafficPolicy: "Local"
publishService:
enabled: true
config:
Expand Down

0 comments on commit c97a3fc

Please sign in to comment.