Merge "Correct resources limit for mariadb"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Mon, 1 Oct 2018 19:06:50 +0000 (19:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 1 Oct 2018 19:06:50 +0000 (19:06 +0000)
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: {}