Set externalTrafficPolicy: Local for nginx service to preserve source IP - required for IP allowlisting
This commit is contained in:
parent
96c8229bea
commit
8c27f2b0e2
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
controller:
|
controller:
|
||||||
service:
|
service:
|
||||||
|
# -- Provisioned manually on external hardware load balancer
|
||||||
externalIPs:
|
externalIPs:
|
||||||
- "10.69.69.51"
|
- "10.69.69.51"
|
||||||
nodePorts:
|
nodePorts:
|
||||||
@ -10,3 +11,4 @@ controller:
|
|||||||
http: "31451"
|
http: "31451"
|
||||||
# -- Node port allocated for the external HTTPS listener. If left empty, the service controller allocates one from the configured node port range.
|
# -- 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
|
Loading…
Reference in New Issue
Block a user