From 845ae1e46fee354b291a5b9e408dcf1e6121128a Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Mon, 8 Jan 2024 10:04:38 +0000 Subject: [PATCH] production: increase memory for elasticsearch masters Bug: T354048 --- .../env/production/elasticsearch-1.values.yaml.gotmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl index 277215067..3095b5eb4 100644 --- a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl @@ -12,14 +12,14 @@ extraConfig: master: replicaCount: 3 - heapSize: 4096m + heapSize: 5096m resources: requests: cpu: "1" - memory: "8Gi" + memory: "10Gi" limits: cpu: "2" - memory: "8Gi" + memory: "10Gi" persistence: enabled: true accessModes: [ "ReadWriteOnce" ]