X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-distribution%2Fvalues.yaml;h=5f35205b1546e203658a7eab4a914f980082eb3f;hb=4753743f0743a6b22f69e718c3cdb4ba8843cea6;hp=3c71e7807281217b25fb95dff3e90af7c84f6e25;hpb=797229eebacfb1ec6b8c8b5cfae4a825d8450050;p=oom.git diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index 3c71e78072..5f35205b15 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:2.9.2 +image: onap/policy-distribution:3.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -127,18 +127,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 4Gi + cpu: "1" + memory: "0.5Gi" requests: - cpu: 100m - memory: 1Gi + cpu: "0.5" + memory: "0.5Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "1" + memory: "1Gi" unlimited: {} #Pods Service Account