[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / strimzi / values.yaml
index bb22de7..3b42082 100644 (file)
@@ -29,6 +29,9 @@ global:
 # Application configuration defaults.
 #################################################################
 replicaCount: 3
+affinity:
+  podAntiAffinity:
+    enabled: true
 config:
   kafkaVersion: 3.4.0
   authType: simple
@@ -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: