X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fcomponents%2Fuui-intent-analysis%2Fvalues.yaml;h=a42090f998bc607f9fd44a525af65ddda9655d0a;hb=7a34dfca27abc3a13f89ed8d6b87e4aa7be9613f;hp=39c4807fffb214aaf89f48c2e18e1437c51082ee;hpb=8c55fdd1dc3f78e32d7214353f09dd67831de216;p=oom.git diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 39c4807fff..a42090f998 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -110,16 +110,16 @@ wait_for_job_container: resources: small: limits: - cpu: 200m + cpu: 2 memory: 1Gi requests: - cpu: 100m - memory: 250Mi + cpu: 1 + memory: 256Mi large: limits: - cpu: 400m - memory: 1Gi + cpu: 4 + memory: 2Gi requests: - cpu: 200m - memory: 500Mi + cpu: 2 + memory: 1Gi unlimited: {}