Increase memory limit to prevent OOMKilled
The current memory limits seems too small. Change-Id: I4345e33eba4dfbcab9f3db5b425693216ed13bad
This commit is contained in:
parent
2be9965660
commit
117b527d76
@ -33,8 +33,8 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
memory: 70Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
memory: 30Mi
|
||||
terminationGracePeriodSeconds: 10
|
||||
|
@ -33,10 +33,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
memory: 70Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
memory: 30Mi
|
||||
env:
|
||||
- name: RUNTIME_NAMESPACE
|
||||
valueFrom:
|
||||
|
Loading…
x
Reference in New Issue
Block a user