X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-distribution%2Fvalues.yaml;h=fd2fe2e5df9e16245b27ec6fdd7e8bb404f040fa;hb=refs%2Fheads%2Fmaster;hp=0fc6443559e4678e26fd6a7ab1e5eef413e0d30f;hpb=9964927d8766c5c396ef2caf6f7aeb7494db279e;p=oom.git diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index 0fc6443559..042cbd29eb 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -58,7 +58,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/policy-distribution:3.1.0 +image: onap/policy-distribution:3.1.3 pullPolicy: Always # flag to enable debugging - application support required @@ -128,10 +128,10 @@ resources: small: limits: cpu: "1" - memory: "0.5Gi" + memory: "500Mi" requests: cpu: "0.5" - memory: "0.5Gi" + memory: "500Mi" large: limits: cpu: "2"