X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fcomponents%2Fuui-intent-analysis%2Fvalues.yaml;h=c638303d866efb30bf57f9d524bb6c5083c2dcb3;hb=HEAD;hp=97bf9c105d31f174a13968f06d8fc1cf46344233;hpb=c03c938fb9d9ffac940797574a11f95b95f262fc;p=oom.git diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 97bf9c105d..c638303d86 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -90,8 +90,8 @@ postgres: readinessCheck: wait_for: - containers: - - *postgresName + services: + - '{{ .Values.postgres.service.name2 }}' wait_for_job_container: containers: @@ -110,17 +110,17 @@ wait_for_job_container: resources: small: limits: - cpu: 2 - memory: 1Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 256Mi + cpu: "1" + memory: "200Mi" large: limits: - cpu: 4 - memory: 2Gi + cpu: "4" + memory: "2Gi" requests: - cpu: 2 - memory: 1Gi + cpu: "2" + memory: "1Gi" unlimited: {}