From: Sylvain Desbureaux Date: Wed, 23 Sep 2020 08:43:30 +0000 (+0200) Subject: [COMMON] Lower limit requirements for mariadb X-Git-Tag: 7.0.0~115^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=65b0e88535a99c5a091577b4fde6f3fee9694143 [COMMON] Lower limit requirements for mariadb requests/limits for "small" deployments are too big compared to actual usage. Issue-ID: OOM-2230 Signed-off-by: Sylvain Desbureaux Change-Id: I2e3f6dae57714ddc85d2fc04a3793fe034ccc8ef --- diff --git a/kubernetes/common/mariadb-galera/values.yaml b/kubernetes/common/mariadb-galera/values.yaml index afd6c547ea..8a46098a21 100644 --- a/kubernetes/common/mariadb-galera/values.yaml +++ b/kubernetes/common/mariadb-galera/values.yaml @@ -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