Skip to content
Snippets Groups Projects
Unverified Commit b1849efa authored by Varac's avatar Varac
Browse files

Set externalTrafficPolicy:Local for nginx-ingress

parent 4e9c94c1
No related branches found
No related tags found
No related merge requests found
controller:
service:
externalIPs: ["{{ ip_address }}"]
## Set external traffic policy to: "Local" to preserve source IP on
## providers supporting it
## Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
externalTrafficPolicy: Local
resources:
limits:
cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment