[COMMON] Harmonize resource settings
[oom.git] / kubernetes / common / mariadb-init / values.yaml
index fb2e202..9a4b4b3 100644 (file)
@@ -125,18 +125,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 100m
-      memory: 500Mi
+      cpu: "100m"
+      memory: "0.5Gi"
     requests:
-      cpu: 10m
-      memory: 10Mi
+      cpu: "10m"
+      memory: "0.01Gi"
   large:
     limits:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "200m"
+      memory: "0.5Gi"
     requests:
-      cpu: 20m
-      memory: 20Mi
+      cpu: "20m"
+      memory: "0.02Gi"
   unlimited: {}
 
 #Pods Service Account