aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/components/curator/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/elasticsearch/components/curator/values.yaml')
-rw-r--r--kubernetes/common/elasticsearch/components/curator/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/elasticsearch/components/curator/values.yaml b/kubernetes/common/elasticsearch/components/curator/values.yaml
index 0a5080e917..00f113b5bb 100644
--- a/kubernetes/common/elasticsearch/components/curator/values.yaml
+++ b/kubernetes/common/elasticsearch/components/curator/values.yaml
@@ -124,10 +124,10 @@ resources:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits: {}
# cpu: "100m"
- # memory: "0.1Gi"
+ # memory: "100Mi"
requests: {}
# cpu: "100m"
- # memory: "0.1Gi"
+ # memory: "100Mi"
priorityClassName: ""
# extraVolumes and extraVolumeMounts allows you to mount other volumes
# Example Use Case: mount ssl certificates when elasticsearch has tls enabled