diff --git a/k8s/helmfile/env/staging/elasticsearch-1.values.yaml.gotmpl b/k8s/helmfile/env/staging/elasticsearch-1.values.yaml.gotmpl index 307b4a124..26439c8d3 100644 --- a/k8s/helmfile/env/staging/elasticsearch-1.values.yaml.gotmpl +++ b/k8s/helmfile/env/staging/elasticsearch-1.values.yaml.gotmpl @@ -9,11 +9,11 @@ annotations: master: resources: requests: - cpu: "1" - memory: "1Gi" + cpu: "200m" + memory: "512Mi" limits: - cpu: "1" - memory: "1Gi" + cpu: "300m" + memory: "750Mi" persistence: enabled: true accessModes: [ "ReadWriteOnce" ] @@ -23,11 +23,11 @@ master: data: resources: requests: - cpu: "2" - memory: "4Gi" + cpu: "200m" + memory: "512Mi" limits: - cpu: "2" - memory: "4Gi" + cpu: "300m" + memory: "750Mi" persistence: enabled: true accessModes: [ "ReadWriteOnce" ] @@ -37,8 +37,8 @@ data: coordinating: resources: requests: - cpu: "1" - memory: "1Gi" + cpu: "200m" + memory: "256Mi" limits: - cpu: "1" - memory: "1Gi" + cpu: "250m" + memory: "512Mi" diff --git a/k8s/helmfile/helmfile.yaml b/k8s/helmfile/helmfile.yaml index eedf9e8c1..48aede1a5 100644 --- a/k8s/helmfile/helmfile.yaml +++ b/k8s/helmfile/helmfile.yaml @@ -121,7 +121,7 @@ releases: namespace: default chart: bitnami/elasticsearch version: 19.10.2 - installed: {{ eq .Environment.Name "local" | toYaml }} + installed: {{ ne .Environment.Name "production" | toYaml }} <<: *default_release - name: redis