From 495c8e960fa922eb70a83e617ab9769ed13caedd Mon Sep 17 00:00:00 2001 From: marine Date: Thu, 22 Jul 2021 16:18:54 +0200 Subject: [SDC] Exposing new parameters in chef config New parameters for Cassandra in chef config adding 3 new parameters in Auto.JSON. Issue-ID: SDC-3633 Signed-off-by: marine Change-Id: Ic2e8345ed40c41ccf5c14236f9135f2602aea313 Signed-off-by: marine --- kubernetes/sdc/values.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/sdc/values.yaml') diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index cd3dc1e5fd..18483e7f1e 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -34,6 +34,9 @@ global: #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled #to match with its own cluster replica replicaCount: 3 + dbCache: true + readConsistencyLevel: ONE + writeConsistencyLevel: ALL clusterName: cassandra dataCenter: Pod security: -- cgit 1.2.3-korg