From ee94d4a993dbc2d4c49773502619a0615b48d993 Mon Sep 17 00:00:00 2001 From: Andrew Kostka Date: Wed, 15 Nov 2023 10:16:49 +0000 Subject: [PATCH] chore(elasticsearch): reduce CPU requests and limits by less --- .../env/production/elasticsearch-1.values.yaml.gotmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl index e538737ab..697e182ea 100644 --- a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl @@ -34,10 +34,10 @@ data: heapSize: 32768m resources: requests: - cpu: "2" + cpu: "4" memory: "64Gi" limits: - cpu: "4" + cpu: "8" memory: "64Gi" persistence: enabled: true @@ -53,10 +53,10 @@ coordinating: heapSize: 4096m resources: requests: - cpu: "500m" + cpu: "1" memory: "8Gi" limits: - cpu: "1" + cpu: "2" memory: "8Gi" livenessProbe: initialDelaySeconds: 14400