[COMMON] Harmonize resource settings
[oom.git] / kubernetes / aai / components / aai-graphadmin / values.yaml
index e320f51..8b6b5f9 100644 (file)
@@ -246,18 +246,18 @@ accessLogback:
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 4Gi
+      cpu: "1"
+      memory: "4Gi"
     requests:
-      cpu: 0.5
-      memory: 1.6Gi
+      cpu: "0.5"
+      memory: "1.6Gi"
   large:
     limits:
-      cpu: 2
-      memory: 8Gi
+      cpu: "2"
+      memory: "8Gi"
     requests:
-      cpu: 1
-      memory: 3.2Gi
+      cpu: "1"
+      memory: "3.2Gi"
   unlimited: {}
 
 metrics: