aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/elasticsearch/values.yaml')
-rw-r--r--kubernetes/common/elasticsearch/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/common/elasticsearch/values.yaml b/kubernetes/common/elasticsearch/values.yaml
index c3352ae424..e1c8f72258 100644
--- a/kubernetes/common/elasticsearch/values.yaml
+++ b/kubernetes/common/elasticsearch/values.yaml
@@ -94,11 +94,11 @@ resources:
## choice for the user. This also increases chances charts run on environments with little
## resources, such as Minikube.
limits: {}
- # cpu: 100m
- # memory: 128Mi
+ # cpu: "100m"
+ # memory: "0.1Gi"
requests:
- cpu: 25m
- memory: 256Mi
+ cpu: "25m"
+ memory: "0.2Gi"
## Elasticsearch coordinating-only container's liveness and readiness probes
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
##