[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / common / postgres / values.yaml
index 5671f01..c0cdfef 100644 (file)
@@ -161,10 +161,10 @@ resources:
   small:
     limits:
       cpu: "100m"
-      memory: "0.3Gi"
+      memory: "300Mi"
     requests:
       cpu: "10m"
-      memory: "0.09Gi"
+      memory: "90Mi"
   large:
     limits:
       cpu: "2"
@@ -201,10 +201,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"
   ## Postgres metrics container's liveness and readiness probes
   ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
   ##