[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / common / mariadb-galera / values.yaml
index 4a99076..29d643e 100644 (file)
@@ -669,10 +669,10 @@ metrics:
     # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
     limits:
       cpu: "0.5"
-      memory: "0.2Gi"
+      memory: "200Mi"
     requests:
       cpu: "0.5"
-      memory: "0.2Gi"
+      memory: "200Mi"
   ## MariaDB Galera metrics container's liveness and readiness probes
   ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
   ##