[COMMON] Harmonize resource settings
[oom.git] / kubernetes / cds / components / cds-py-executor / values.yaml
index 148a98d..427abf8 100755 (executable)
@@ -97,18 +97,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "0.2Gi"
     requests:
-      cpu: 0.5
-      memory: 0.2Gi
+      cpu: "0.5"
+      memory: "0.2Gi"
   large:
     limits:
-      cpu: 2
-      memory: 0.4Gi
+      cpu: "2"
+      memory: "0.4Gi"
     requests:
-      cpu: 1
-      memory: 0.4Gi
+      cpu: "1"
+      memory: "0.4Gi"
   unlimited: {}
 
 #Pods Service Account