aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/common/templates/_mariadb.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/common/templates/_mariadb.tpl')
-rw-r--r--kubernetes/common/common/templates/_mariadb.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/common/common/templates/_mariadb.tpl b/kubernetes/common/common/templates/_mariadb.tpl
index a0dd49d750..427e0cbad2 100644
--- a/kubernetes/common/common/templates/_mariadb.tpl
+++ b/kubernetes/common/common/templates/_mariadb.tpl
@@ -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 -}}
{{/*