X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fcomponents%2Fuui-intent-analysis%2Fvalues.yaml;h=47a30f8623b150501a467edee2dc29f2fb1247c1;hb=8cbb3d9b964b774b1400df5d909913b669c2a243;hp=65cc4004bbaf70a9cea469b88035585bb2378ddd;hpb=9b55acc010697efe1facde3f6d722c26191990fe;p=oom.git diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 65cc4004bb..47a30f8623 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -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 @@ -93,6 +93,10 @@ readinessCheck: containers: - *postgresName +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 # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -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: {} +