From: Sylvain Desbureaux Date: Fri, 7 May 2021 06:18:53 +0000 (+0200) Subject: [COMMON][CASSANDRA] Higher PVC Claim for Cassandra X-Git-Tag: 9.0.0~280^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=13585875b01955b3b3aec5a3daf87f193ba7ccf9;p=oom.git [COMMON][CASSANDRA] Higher PVC Claim for Cassandra 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 Change-Id: If8de6fecdbbc49d588e4234a62f91f319531fca4 --- diff --git a/kubernetes/common/cassandra/values.yaml b/kubernetes/common/cassandra/values.yaml index 5a50d8e9e8..9f19bf5c14 100644 --- a/kubernetes/common/cassandra/values.yaml +++ b/kubernetes/common/cassandra/values.yaml @@ -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