[CASSANDRA] Update cassandra version and fix timeouts
[oom.git] / kubernetes / common / cassandra / values.yaml
index 930fe9b..b5c74ea 100644 (file)
@@ -29,7 +29,7 @@ global: # global defaults
     enableServiceAccount: false
 
 k8ssandraOperator:
-  cassandraVersion: 4.0.1
+  cassandraVersion: 4.1.3
   persistence:
     #storageClassName: default
     size: 10Gi
@@ -40,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