Correct resources limit for mariadb 53/69553/1
authorEric Debeau <eric.debeau@orange.com>
Sat, 29 Sep 2018 11:42:01 +0000 (11:42 +0000)
committerEric Debeau <eric.debeau@orange.com>
Sat, 29 Sep 2018 11:45:10 +0000 (11:45 +0000)
Reduce minimal values for mariadb
Align with CLAMP values

Change-Id: I4e7042acc5d73ee2459e8932435992f681a8a8ab
Issue-ID: OOM-1156
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
kubernetes/nbi/charts/mariadb/values.yaml

index dd93b92..dc5aa89 100644 (file)
@@ -80,16 +80,16 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
-    requests:
       cpu: 1
-      memory: 2Gi
+      memory: 500Mi
+    requests:
+      cpu: 10m
+      memory: 200Mi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: 1
+      memory: 1Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 20m
+      memory: 400Mi
   unlimited: {}