Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / uui / components / uui-intent-analysis / values.yaml
index 39c4807..c638303 100644 (file)
@@ -90,8 +90,8 @@ postgres:
 
 readinessCheck:
   wait_for:
-    containers:
-      - *postgresName
+    services:
+      - '{{ .Values.postgres.service.name2 }}'
 
 wait_for_job_container:
   containers:
@@ -110,16 +110,17 @@ wait_for_job_container:
 resources:
   small:
     limits:
-      cpu: 200m
-      memory: 1Gi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 100m
-      memory: 250Mi
+      cpu: "1"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 400m
-      memory: 1Gi
+      cpu: "4"
+      memory: "2Gi"
     requests:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "2"
+      memory: "1Gi"
   unlimited: {}
+