[COMMON] Harmonize resource settings
[oom.git] / kubernetes / policy / components / policy-distribution / values.yaml
index ca9b887..5f35205 100755 (executable)
@@ -127,18 +127,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.5Gi
+      cpu: "1"
+      memory: "0.5Gi"
     requests:
-      cpu: 0.5
-      memory: 0.5Gi
+      cpu: "0.5"
+      memory: "0.5Gi"
   large:
     limits:
-      cpu: 2
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
   unlimited: {}
 
 #Pods Service Account