feat(argo-cd): Add priorityClassName to notifications (#1439)
Allow to set up a priorityClassName for notifications controller Pods Signed-off-by: Paweł Kalemba <pawel.kalemba@getresponse.com> Signed-off-by: Paweł Kalemba <pawel.kalemba@getresponse.com>
This commit is contained in:
parent
0bac122e98
commit
db0957d3cb
4 changed files with 9 additions and 2 deletions
|
|
@ -2277,6 +2277,9 @@ notifications:
|
|||
# -- Container Security Context
|
||||
containerSecurityContext: {}
|
||||
|
||||
# -- Priority class for the controller pods
|
||||
priorityClassName: ""
|
||||
|
||||
# -- Resource limits and requests for the controller
|
||||
resources: {}
|
||||
# limits:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue