[COMMON] Harmonize resource settings
[oom.git] / kubernetes / a1policymanagement / values.yaml
index 64c4d58..026b67e 100644 (file)
@@ -92,18 +92,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 600Mi
+      cpu: "2"
+      memory: "0.6Gi"
     requests:
-      cpu: 1
-      memory: 300Mi
+      cpu: "1"
+      memory: "0.3Gi"
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: "4"
+      memory: "8Gi"
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: "2"
+      memory: "4Gi"
   unlimited: {}
 
 ## Persist data to a persistent volume