[SDC][MariaDB] Increase persistance volume size of mariadb-galera 48/128348/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 7 Apr 2022 06:45:50 +0000 (06:45 +0000)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Thu, 7 Apr 2022 16:46:48 +0000 (16:46 +0000)
We observed from time to time issues with fetching data from
mariadb-galera. We suppose that can be related with too low
persistence volume size of mariadb-galera.
Increase that value and observe gating and daily.

Issue-ID: SDC-3949
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I964351b755e11a513da42f1c11da86bb1130ad96

kubernetes/common/mariadb-galera/values.yaml

index d65c4f7..112b8c0 100644 (file)
@@ -465,7 +465,7 @@ persistence:
   accessMode: ReadWriteOnce
   ## Persistent Volume size
   ##
-  size: 2Gi
+  size: 3Gi
 
 ## Additional pod labels
 ##