[AAF][SMS] Relax CPU limits for vault 87/119487/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 18 Mar 2021 10:10:45 +0000 (11:10 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 18 Mar 2021 10:19:32 +0000 (10:19 +0000)
Current limits makes vault to throttle and at the end it's not able to
start.
This patch relaxes the CPU limit value so it should be better at start.

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

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

index 750363c..96b7499 100644 (file)
@@ -35,7 +35,6 @@ config:
   consul:
     server: true
     log_level: INFO
-    server: true
     data_dir: '/consul/data'
     ports:
       http: 8500
@@ -95,7 +94,7 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 40m
+      cpu: 400m
       memory: 40Mi
     requests:
       cpu: 10m