[COMMON] Harmonize resource settings
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index cadf716..dfc20be 100644 (file)
@@ -98,18 +98,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.2Gi
+      cpu: "2"
+      memory: "0.2Gi"
     requests:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "0.2Gi"
   unlimited: {}
 
 #Pods Service Account