[COMMON] Loosen limits for Elasticsearch 17/114417/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 29 Oct 2020 20:49:21 +0000 (21:49 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 29 Oct 2020 20:49:21 +0000 (21:49 +0100)
Limits set seemed to be to hard, loosening them in order to make it
work.

Issue-ID: REQ-362
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I99aa55fb2564683f4968e5831e9e7b9aaa751054

kubernetes/common/elasticsearch/components/master/values.yaml

index b606c3e..e59b483 100644 (file)
@@ -102,8 +102,8 @@ resources:
   ## choice for the user. This also increases chances charts run on environments with little
   ## resources, such as Minikube.
   limits:
-    cpu: 25m
-    memory: 1Gi
+    cpu: 250m
+    memory: 1536Mi
   #   cpu: 100m
   #   memory: 128Mi
   requests: