Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / strimzi / values.yaml
index bb22de7..3cced3e 100644 (file)
@@ -29,8 +29,11 @@ global:
 # Application configuration defaults.
 #################################################################
 replicaCount: 3
+affinity:
+  podAntiAffinity:
+    enabled: true
 config:
-  kafkaVersion: 3.4.0
+  kafkaVersion: 3.7.0
   authType: simple
   saslMechanism: &saslMech scram-sha-512
   kafkaInternalPort: &plainPort 9092
@@ -102,11 +105,11 @@ metrics:
     groupRegex: ".*"
     resources:
       requests:
-        cpu: 2
-        memory: 0.6Gi
+        cpu: "2"
+        memory: "600Mi"
       limits:
-        cpu: 5
-        memory: 1.5Gi
+        cpu: "5"
+        memory: "1.5Gi"
     logging: debug
     enableSaramaLogging: true
     readinessProbe: