Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / uui / components / uui-intent-analysis / values.yaml
index 65cc400..c638303 100644 (file)
@@ -40,7 +40,7 @@ secrets:
     password: '{{ .Values.postgres.config.pgUserPassword }}'
     passwordPolicy: generate
 
-image: onap/usecase-ui-intent-analysis:5.1.1
+image: onap/usecase-ui-intent-analysis:5.2.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -90,8 +90,12 @@ postgres:
 
 readinessCheck:
   wait_for:
-    containers:
-      - *postgresName
+    services:
+      - '{{ .Values.postgres.service.name2 }}'
+
+wait_for_job_container:
+  containers:
+    - '{{ include "common.name" . }}-job'
 
 # We usually recommend not to specify default resources and to leave this as a conscious
 # choice for the user. This also increases chances charts run on environments with little
@@ -106,16 +110,17 @@ readinessCheck:
 resources:
   small:
     limits:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 100m
-      memory: 250Mi
+      cpu: "1"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 400m
-      memory: 1000Mi
+      cpu: "4"
+      memory: "2Gi"
     requests:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "2"
+      memory: "1Gi"
   unlimited: {}
+