Add the shareProcessNamespace as a configurable setting. (#8287)
This commit is contained in:
parent
1fb0aea2c5
commit
9180ef1ee4
4 changed files with 11 additions and 0 deletions
|
|
@ -529,6 +529,10 @@ controller:
|
|||
## Ref: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
|
||||
# externalTrafficPolicy: ""
|
||||
|
||||
# shareProcessNamespace enables process namespace sharing within the pod.
|
||||
# This can be used for example to signal log rotation using `kill -USR1` from a sidecar.
|
||||
shareProcessNamespace: false
|
||||
|
||||
# -- Additional containers to be added to the controller pod.
|
||||
# See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example.
|
||||
extraContainers: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue