Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / dcaegen2-services / components / dcae-kpi-ms / values.yaml
index 5576adf..61b78fa 100644 (file)
@@ -56,7 +56,8 @@ logConfigMapNamePrefix: '{{ include "common.fullname" . }}'
 # Dependencies
 readinessCheck:
   wait_for:
-    - message-router
+    services:
+      - message-router
 
 # Probe Configuration
 readiness:
@@ -116,18 +117,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
-      memory: 0.5Gi
+      cpu: "2"
+      memory: "500Mi"
     requests:
-      cpu: 1
-      memory: 0.5Gi
+      cpu: "1"
+      memory: "500Mi"
   large:
     limits:
-      cpu: 999
-      memory: 1Gi
+      cpu: "4"
+      memory: "1Gi"
     requests:
-      cpu: 2
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
   unlimited: {}
 
 #Pods Service Account