aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-sms/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-04 11:25:15 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-04 11:25:15 +0100
commit993bd35cd7b0768201ffcab9b6dab7b9f6ed3711 (patch)
tree759649687837c4d04e2483ad5335ab336fc0dc45 /kubernetes/aaf/charts/aaf-sms/values.yaml
parent1949f1bf2bdd37185d33ed587685f2027a760eb4 (diff)
[AAF] more memory for SMS
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
Diffstat (limited to 'kubernetes/aaf/charts/aaf-sms/values.yaml')
-rw-r--r--kubernetes/aaf/charts/aaf-sms/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aaf/charts/aaf-sms/values.yaml b/kubernetes/aaf/charts/aaf-sms/values.yaml
index 41bde75677..c0d43b88ee 100644
--- a/kubernetes/aaf/charts/aaf-sms/values.yaml
+++ b/kubernetes/aaf/charts/aaf-sms/values.yaml
@@ -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: {}