Merge pull request #6377 from nxf5025/internal-lb-source-ranges
Added loadBalancerSourceRanges for internal lbs
This commit is contained in:
commit
5c11e12ce9
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