From: Sylvain Desbureaux Date: Thu, 29 Oct 2020 20:49:21 +0000 (+0100) Subject: [COMMON] Loosen limits for Elasticsearch X-Git-Tag: 7.0.0~60 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=ddb27d65a3b36dd34cd9b9972d030e0dd3bec009 [COMMON] Loosen limits for Elasticsearch Limits set seemed to be to hard, loosening them in order to make it work. Issue-ID: REQ-362 Signed-off-by: Sylvain Desbureaux Change-Id: I99aa55fb2564683f4968e5831e9e7b9aaa751054 --- diff --git a/kubernetes/common/elasticsearch/components/master/values.yaml b/kubernetes/common/elasticsearch/components/master/values.yaml index b606c3ed6e..e59b4834f3 100644 --- a/kubernetes/common/elasticsearch/components/master/values.yaml +++ b/kubernetes/common/elasticsearch/components/master/values.yaml @@ -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: