Added loadBalancerSourceRanges for internal lbs

This commit is contained in:
Nick Fisher 2020-10-27 12:02:05 -04:00 committed by Nick Fisher
parent 4d65097afa
commit 822309b406
2 changed files with 6 additions and 0 deletions

View file

@ -361,6 +361,9 @@ controller:
enabled: false
annotations: {}
## Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
loadBalancerSourceRanges: []
## 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