From 4d04706a2295529efbc265091979971dc90c8382 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 5 May 2021 17:16:57 +0200 Subject: [COMMON][MARIADB] Give higher requests/limits With stability tests, we see that mariadb gets OOM killed and has some CPU throttling. Putting higher limits in order to make it no happen. Scaling also replicas from VFC and APPC db from 3 to 1. Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux Change-Id: I2699b34ac5fcaa805c6fc01592c5a5f607b17fae --- kubernetes/appc/values.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/appc/values.yaml') diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index cc56bb4859..83d00a7545 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -129,6 +129,7 @@ mariadb-galera: disableNfsProvisioner: true serviceAccount: nameOverride: *appc-db + replicaCount: 1 dgbuilder: nameOverride: appc-dgbuilder -- cgit 1.2.3-korg