X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fcassandra%2Fvalues.yaml;h=b5c74ea3ef19d1450bdfdbc6abbcc328f3f0748c;hb=c4851c859da2967f8e5748ce22d0416bc14c7b9a;hp=2f247500725d2d827a5f287fa7eea473472ef19a;hpb=afd83333558d7b9240bec6836d13ca73fd494493;p=oom.git diff --git a/kubernetes/common/cassandra/values.yaml b/kubernetes/common/cassandra/values.yaml index 2f24750072..b5c74ea3ef 100644 --- a/kubernetes/common/cassandra/values.yaml +++ b/kubernetes/common/cassandra/values.yaml @@ -21,10 +21,15 @@ global: # global defaults mountPath: /dockerdata-nfs backup: mountPath: /dockerdata-nfs/backup + cassandra: + # flag to enable the DB creation via k8ssandra-operator + useOperator: true + # if useOperator set to "true", set "enableServiceAccount to "false" + # as the SA is created by the Operator + enableServiceAccount: false k8ssandraOperator: - enabled: true - cassandraVersion: 4.0.1 + cassandraVersion: 4.1.3 persistence: #storageClassName: default size: 10Gi @@ -35,14 +40,20 @@ k8ssandraOperator: superuserPassword: &superuserpassword cassandra casOptions: authorizer: AllowAllAuthorizer + write_request_timeout: 10000ms + counter_write_request_timeout: 15000ms jvmOptions: - heapSize: 512M + heap_initial_size: 512M + heap_max_size: 4096M hostNetwork: false datacenters: - name: dc1 size: 3 + reaper: + enabled: true stargate: - tag: v1.0.76 + enabled: false + tag: v1.0.77 size: 1 jvmOptions: heapSize: 384Mi