Adding parameter for externalTrafficPolicy in internal controller service spec

This commit is contained in:
Stylianos Rigas 2020-08-27 18:05:38 +01:00
parent 88d2bef4ea
commit 442f7bb71b
3 changed files with 9 additions and 1 deletions

View file

@ -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.