[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / common / elasticsearch / components / curator / values.yaml
index 0a5080e..00f113b 100644 (file)
@@ -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