[AAF][SMS] Relax Vault limits 24/119924/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 26 Mar 2021 13:55:12 +0000 (14:55 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 26 Mar 2021 13:55:12 +0000 (14:55 +0100)
AAF SMS Vault has been seen having 'OOM Killed' pods at start.
Relaxing the limits sets in order to avoid it.

Issue-ID: OOM-2711
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie22bd1e90017207b326faf8b7c6dda23ffe7950a

kubernetes/aaf/components/aaf-sms/components/aaf-sms-vault/values.yaml

index 96b7499..e170ce7 100644 (file)
@@ -95,15 +95,15 @@ resources:
   small:
     limits:
       cpu: 400m
-      memory: 40Mi
+      memory: 80Mi
     requests:
-      cpu: 10m
-      memory: 25Mi
+      cpu: 40m
+      memory: 40Mi
   large:
     limits:
       cpu: 400m
       memory: 700Mi
     requests:
-      cpu: 10m
+      cpu: 40m
       memory: 100Mi
   unlimited: {}