diff options
Diffstat (limited to 'kubernetes/common/elasticsearch/components/curator/values.yaml')
-rw-r--r-- | kubernetes/common/elasticsearch/components/curator/values.yaml | 4 |
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 |