[AAF] more memory for SMS 69/102969/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 4 Mar 2020 10:25:15 +0000 (11:25 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 4 Mar 2020 10:25:15 +0000 (11:25 +0100)
SMS requests/limits were set too low and thus it prevents start when on
small flavors

Issue-ID: AAF-1105
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib591c972ceaa4186dd16ca5cebd86b58c0288718

kubernetes/aaf/charts/aaf-sms/values.yaml

index 41bde75..c0d43b8 100644 (file)
@@ -89,7 +89,7 @@ resources:
   small:
     limits:
       cpu: 100m
-      memory: 30Mi
+      memory: 400Mi
     requests:
       cpu: 25m
       memory: 10Mi
@@ -98,6 +98,6 @@ resources:
       cpu: 400m
       memory: 1Gi
     requests:
-      cpu: 10m
+      cpu: 25m
       memory: 100Mi
   unlimited: {}