[COMMON] Harmonize resource settings
[oom.git] / kubernetes / common / cassandra / values.yaml
index b5c74ea..2fc368f 100644 (file)
@@ -210,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 * * *"