bump memory resources
This commit is contained in:
parent
0c5b0aaf6e
commit
81a85ef92e
1 changed files with 4 additions and 4 deletions
|
@ -24,14 +24,14 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 21m
|
||||
memory: 51Mi
|
||||
memory: 150Mi
|
||||
limits:
|
||||
memory: 51Mi
|
||||
memory: 150Mi
|
||||
|
||||
worker:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 5m
|
||||
memory: 48Mi
|
||||
memory: 150Mi
|
||||
limits:
|
||||
memory: 48Mi
|
||||
memory: 150Mi
|
||||
|
|
Reference in a new issue