[COMMON] Lower limit requirements for mariadb 42/113042/3
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 23 Sep 2020 08:43:30 +0000 (10:43 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 13 Oct 2020 18:49:09 +0000 (18:49 +0000)
requests/limits for "small" deployments are too big compared to actual
usage.

Issue-ID: OOM-2230
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I2e3f6dae57714ddc85d2fc04a3793fe034ccc8ef

kubernetes/common/mariadb-galera/values.yaml

index afd6c54..8a46098 100644 (file)
@@ -150,11 +150,11 @@ externalConfig: ""
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
+      cpu: 500m
+      memory: 1.5Gi
     requests:
-      cpu: 1
-      memory: 2Gi
+      cpu: 100m
+      memory: 750Mi
   large:
     limits:
       cpu: 2