[COMMON] Harmonize resource settings
[oom.git] / kubernetes / oof / components / oof-has / components / oof-has-api / values.yaml
index 1dc9cf6..74efe9c 100755 (executable)
@@ -56,18 +56,18 @@ flavor: small
 resources:
   small:
     limits:
-      memory: 1Gi
-      cpu: 1
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      memory: 1Gi
-      cpu: 0.5
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      memory: 2Gi
-      cpu: 2
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      memory: 2Gi
-      cpu: 1
+      cpu: "1"
+      memory: "2Gi"
   unlimited: {}
 # probe configuration parameters
 liveness: