X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-api%2Fvalues.yaml;h=c9ee8eb98030d78147e057345558932a7469a6f3;hb=555db9c1f910db06341070941b466e6c05827e27;hp=3b64507880ea44b6cfb4e77b79f1294f97fdd02a;hpb=e5f9156814f2571b0f4b79a4ba5789b743d837db;p=oom.git diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index 3b64507880..c9ee8eb980 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -111,17 +111,17 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 6Gi + cpu: 999 + memory: 1Gi requests: - cpu: 150m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 2 - memory: 8Gi + cpu: 999 + memory: 2Gi requests: - cpu: 200m + cpu: 1 memory: 2Gi unlimited: {}