Increase memory limit to prevent OOMKilled

The current memory limits seems too small.

Change-Id: I279af2f6fd41b2d006b2417a2a689358b509a9d8
This commit is contained in:
Reddy, Hemachandra (hr858f) 2021-07-08 16:52:13 -05:00
parent 124c8362a4
commit 1aecc11d36
1 changed files with 2 additions and 2 deletions

View File

@ -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: