[COMMON] Harmonize resource settings
[oom.git] / kubernetes / common / common / templates / _mariadb.tpl
index a0dd49d..427e0cb 100644 (file)
@@ -227,11 +227,11 @@ spec:
     {{- end }}
   resources:
     requests:
-      cpu: 100m
-      memory: 128Mi
+      cpu: "100m"
+      memory: "0.1Gi"
     limits:
-      cpu: 300m
-      memory: 512Mi
+      cpu: "300m"
+      memory: "0.5Gi"
 {{- end -}}
 
 {{/*