[COMMON] Harmonize resource settings
[oom.git] / kubernetes / aai / components / aai-graphadmin / values.yaml
index 749d6a5..8b6b5f9 100644 (file)
@@ -246,25 +246,25 @@ 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:
   serviceMonitor:
     enabled: false
     targetPort: 8448
-    path: /prometheus
+    path: /actuator/prometheus
     basicAuth:
       enabled: false