[COMMON] Harmonize resource settings
[oom.git] / kubernetes / msb / components / msb-discovery / values.yaml
index 556c925..cb97f5e 100644 (file)
@@ -69,18 +69,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