Merge branch 'ddelange1-master-patch-79544' into 'master'
Add nodeSelector, tolerations, affinity to beat Closes #23 See merge request glitchtip/glitchtip-helm-chart!2
This commit is contained in:
commit
496a98f633
|
@ -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