Make beat resources configurable
This commit is contained in:
parent
383f70c898
commit
44ed6ba81f
3 changed files with 11 additions and 9 deletions
|
@ -103,6 +103,13 @@ worker:
|
|||
|
||||
beat:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 120Mi
|
||||
requests:
|
||||
cpu: 1m
|
||||
memory: 90Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
|
Reference in a new issue