[CASSANDRA] Add some fixes for K8ssandra Operator
[oom.git] / kubernetes / common / cassandra / values.yaml
index 2fc368f..0ab1f09 100644 (file)
@@ -40,11 +40,12 @@ k8ssandraOperator:
     superuserPassword: &superuserpassword cassandra
     casOptions:
       authorizer: AllowAllAuthorizer
+      read_request_timeout: 10000ms
       write_request_timeout: 10000ms
       counter_write_request_timeout: 15000ms
     jvmOptions:
       heap_initial_size: 512M
-      heap_max_size: 4096M
+      heap_max_size: 8192M
     hostNetwork: false
   datacenters:
     - name: dc1
@@ -159,11 +160,9 @@ service:
 
 podAnnotations:
   #  sidecar.istio.io/inject: "false"
-  traffic.sidecar.istio.io/excludeInboundPorts: "7000,7001"
+  traffic.sidecar.istio.io/excludeInboundPorts: "7000,7001,7199,50051"
   traffic.sidecar.istio.io/includeInboundPorts: '*'
-  traffic.sidecar.istio.io/excludeOutboundPorts: "7000,7001"
-  prometheus.io/scrape: 'true'
-  prometheus.io/port: '8080'
+  traffic.sidecar.istio.io/excludeOutboundPorts: "7000,7001,7199,50051"
 
 podManagementPolicy: OrderedReady
 updateStrategy:
@@ -211,7 +210,7 @@ configOverrides: {}
 resources:
   limits:
     cpu: "2"
-    memory: "8Gi"
+    memory: "16Gi"
   requests:
     cpu: "0.2"
     memory: "2.5Gi"