[COMMON][CASSANDRA] Higher PVC Claim for Cassandra 52/121152/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 7 May 2021 06:18:53 +0000 (08:18 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 7 May 2021 06:18:53 +0000 (08:18 +0200)
After 3 monthes, usage of Cassandra disk is 8Gi.
Moving PVC Claim to 10Gi in order to satisfy this.

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

kubernetes/common/cassandra/values.yaml

index 5a50d8e..9f19bf5 100644 (file)
@@ -126,7 +126,7 @@ persistence:
   ## storageClass: "-"
   ## Not set as it depends of the backup enabledment or not.
   accessMode: ReadWriteOnce
-  size: 2Gi
+  size: 10Gi
   mountPath: /dockerdata-nfs
   mountSubPath: cassandra
   storageType: local