Add nodeSelector, tolerations, affinity to beat
This commit is contained in:
parent
155f930739
commit
bafab94dde
|
@ -99,6 +99,9 @@ worker:
|
|||
|
||||
beat:
|
||||
enabled: true
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
Loading…
Reference in a new issue