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