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=33483e18a50b7b40db032916ea100ec372afb876;hpb=559e0928cd7c50fee2f36c3cc3b043eb7162871c;p=oom.git diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index 33483e18a5..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: 999 - memory: 0.5Gi + cpu: "1" + memory: "0.5Gi" requests: - cpu: 0.5 - memory: 0.5Gi + cpu: "0.5" + memory: "0.5Gi" large: limits: - cpu: 999 - memory: 1Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 1Gi + cpu: "1" + memory: "1Gi" unlimited: {} #Pods Service Account