[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / strimzi / values.yaml
index 8963cf3..95422db 100644 (file)
@@ -30,7 +30,7 @@ global:
 #################################################################
 replicaCount: 3
 config:
-  kafkaVersion: 3.2.3
+  kafkaVersion: 3.4.0
   authType: simple
   saslMechanism: &saslMech scram-sha-512
   kafkaInternalPort: &plainPort 9092
@@ -101,11 +101,11 @@ metrics:
     groupRegex: ".*"
     resources:
       requests:
-        cpu: 2000m
-        memory: 640Mi
+        cpu: 2
+        memory: 0.6Gi
       limits:
-        cpu: 5000m
-        memory: 1280Mi
+        cpu: 5
+        memory: 1.5Gi
     logging: debug
     enableSaramaLogging: true
     readinessProbe:
@@ -146,4 +146,4 @@ strimzi-kafka-bridge:
   config:
     saslMechanism: *saslMech
     kafkaInternalPort: *plainPort
-    strimziKafkaAdminUser: *adminUser
\ No newline at end of file
+    strimziKafkaAdminUser: *adminUser