[COMMON] Harmonize resource settings
[oom.git] / kubernetes / aai / components / aai-sparky-be / values.yaml
index 8cfd2c6..0a9de51 100644 (file)
@@ -109,18 +109,18 @@ podAnnotations:
 resources:
   small:
     limits:
-      cpu: 0.5
-      memory: 4Gi
+      cpu: "0.5"
+      memory: "4Gi"
     requests:
-      cpu: 0.25
-      memory: 1Gi
+      cpu: "0.25"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 1
-      memory: 8Gi
+      cpu: "1"
+      memory: "8Gi"
     requests:
-      cpu: 0.5
-      memory: 2Gi
+      cpu: "0.5"
+      memory: "2Gi"
   unlimited: {}
 
 #Pods Service Account