Increase memory limit to prevent OOMKilled

The current memory limits seems too small.

Change-Id: I0473dad307ba1a879a0b89c0e138c8894a93329d
This commit is contained in:
Reddy, Hemachandra (hr858f) 2021-07-08 16:49:43 -05:00
parent a938b1eec6
commit e65bd9e134

View File

@ -33,8 +33,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 70Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
terminationGracePeriodSeconds: 10