[COMMON] Harmonize resource settings
[oom.git] / kubernetes / sdc / components / sdc-onboarding-be / values.yaml
index 81d6373..a555656 100644 (file)
@@ -131,18 +131,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1.5Gi
+      cpu: "1"
+      memory: "1.5Gi"
     requests:
-      cpu: 0.5
-      memory: 1.5Gi
+      cpu: "0.5"
+      memory: "1.5Gi"
   large:
     limits:
-      cpu: 2
-      memory: 3Gi
+      cpu: "2"
+      memory: "3Gi"
     requests:
-      cpu: 1
-      memory: 3Gi
+      cpu: "1"
+      memory: "3Gi"
   unlimited: {}
 
 #Pods Service Account