Update charts, configurable celery beat resources
This commit is contained in:
parent
4db72f96a0
commit
4105dcbcef
8 changed files with 15 additions and 8 deletions
|
@ -99,6 +99,13 @@ worker:
|
|||
|
||||
beat:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 120Mi
|
||||
requests:
|
||||
cpu: 1m
|
||||
memory: 90Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
|
Reference in a new issue