[COMMON] Harmonize resource settings
[oom.git] / kubernetes / common / cassandra / values.yaml
index 205c711..2fc368f 100644 (file)
@@ -29,7 +29,7 @@ global: # global defaults
     enableServiceAccount: false
 
 k8ssandraOperator:
-  cassandraVersion: 4.0.10
+  cassandraVersion: 4.1.3
   persistence:
     #storageClassName: default
     size: 10Gi
@@ -40,6 +40,8 @@ k8ssandraOperator:
     superuserPassword: &superuserpassword cassandra
     casOptions:
       authorizer: AllowAllAuthorizer
+      write_request_timeout: 10000ms
+      counter_write_request_timeout: 15000ms
     jvmOptions:
       heap_initial_size: 512M
       heap_max_size: 4096M
@@ -50,8 +52,8 @@ k8ssandraOperator:
   reaper:
     enabled: true
   stargate:
-    enabled: true
-    tag: v1.0.76
+    enabled: false
+    tag: v1.0.77
     size: 1
     jvmOptions:
       heapSize: 384Mi
@@ -208,11 +210,11 @@ configOverrides: {}
   # Minimum memory for production is 4 CPU cores and 8GB memory
 resources:
   limits:
-    cpu: 2
-    memory: 8Gi
+    cpu: "2"
+    memory: "8Gi"
   requests:
-    cpu: 0.2
-    memory: 2.5Gi
+    cpu: "0.2"
+    memory: "2.5Gi"
 backup:
   enabled: false
   cron: "00 00 * * *"