Add nodeSelector, tolerations, affinity to beat
This commit is contained in:
parent
5419200024
commit
7973dd906d
2 changed files with 15 additions and 0 deletions
|
@ -103,6 +103,9 @@ worker:
|
|||
|
||||
beat:
|
||||
enabled: true
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
Reference in a new issue