[COMMON] Harmonize resource settings
[oom.git] / kubernetes / platform / components / chartmuseum / values.yaml
index de3892c..3367083 100644 (file)
@@ -82,16 +82,16 @@ 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: {}
\ No newline at end of file