Adding parameter for externalTrafficPolicy in internal controller service spec
This commit is contained in:
parent
88d2bef4ea
commit
442f7bb71b
3 changed files with 9 additions and 1 deletions
|
|
@ -349,6 +349,11 @@ controller:
|
|||
enabled: false
|
||||
annotations: {}
|
||||
|
||||
## 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: ""
|
||||
|
||||
extraContainers: []
|
||||
## Additional containers to be added to the controller pod.
|
||||
## See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue