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
1 changed files with 3 additions and 1 deletions

View File

@ -3,10 +3,12 @@
controller:
service:
# -- Provisioned manually on external hardware load balancer
externalIPs:
- "10.69.69.51"
nodePorts:
# -- Node port allocated for the external HTTP listener. If left empty, the service controller allocates one from the configured node port range.
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"
https: "31207"
externalTrafficPolicy: Local