Increase ram request defaults
This commit is contained in:
parent
9f33c788ac
commit
ed66d9e425
|
@ -38,7 +38,7 @@ web:
|
|||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
|
@ -107,7 +107,7 @@ worker:
|
|||
memory: 768Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 350Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
|
|
Loading…
Reference in a new issue