Added loadBalancerSourceRanges for internal lbs
This commit is contained in:
parent
4d65097afa
commit
822309b406
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue