Beat seems to require more memory
This commit is contained in:
parent
ae4c3f1e4d
commit
f384c6c498
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@ beat:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 120Mi
|
memory: 130Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
memory: 90Mi
|
memory: 110Mi
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
Reference in a new issue