Set externalTrafficPolicy: Local for nginx service to preserve source IP - required for IP allowlisting

This commit is contained in:
Steven Polley 2023-12-23 10:03:25 -07:00
parent 96c8229bea
commit 8c27f2b0e2

View File

@ -3,6 +3,7 @@
controller:
service:
# -- Provisioned manually on external hardware load balancer
externalIPs:
- "10.69.69.51"
nodePorts:
@ -10,3 +11,4 @@ controller:
http: "31451"
# -- Node port allocated for the external HTTPS listener. If left empty, the service controller allocates one from the configured node port range.
https: "31207"
externalTrafficPolicy: Local