Increase memory limit to prevent OOMKilled
The current memory limits seems too small. Change-Id: I0473dad307ba1a879a0b89c0e138c8894a93329d
This commit is contained in:
parent
a938b1eec6
commit
e65bd9e134
@ -33,8 +33,8 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
memory: 70Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
memory: 30Mi
|
||||
terminationGracePeriodSeconds: 10
|
||||
|
Loading…
Reference in New Issue
Block a user