diff --git a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl index 7997ffaf3..e538737ab 100644 --- a/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl @@ -14,7 +14,7 @@ master: heapSize: 4096m resources: requests: - cpu: "2" + cpu: "1" memory: "8Gi" limits: cpu: "2" @@ -34,10 +34,10 @@ data: heapSize: 32768m resources: requests: - cpu: "10" + cpu: "2" memory: "64Gi" limits: - cpu: "10" + cpu: "4" memory: "64Gi" persistence: enabled: true @@ -53,10 +53,10 @@ coordinating: heapSize: 4096m resources: requests: - cpu: "2" + cpu: "500m" memory: "8Gi" limits: - cpu: "2" + cpu: "1" memory: "8Gi" livenessProbe: initialDelaySeconds: 14400