X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fcomponents%2Fuui-intent-analysis%2Fvalues.yaml;h=a42090f998bc607f9fd44a525af65ddda9655d0a;hb=17d63089a2dc5d36e3441eb4871faacf9d122cfe;hp=7b3c12a593436e9167adb30be8209fb2e78251ac;hpb=22f3b16043de9d28461a523202018ef82fcb892d;p=oom.git diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 7b3c12a593..a42090f998 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 @@ -110,16 +110,16 @@ wait_for_job_container: resources: small: limits: - cpu: 200m - memory: 500Mi + cpu: 2 + memory: 1Gi requests: - cpu: 100m - memory: 250Mi + cpu: 1 + memory: 256Mi large: limits: - cpu: 400m - memory: 1000Mi + cpu: 4 + memory: 2Gi requests: - cpu: 200m - memory: 500Mi + cpu: 2 + memory: 1Gi unlimited: {}