X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-apex-pdp%2Fvalues.yaml;h=d61ff6f83c15d776d108375dc83a9c17d37ce12d;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=52c613f357eb37426212ad5ef64b3d331540340a;hpb=559e0928cd7c50fee2f36c3cc3b043eb7162871c;p=oom.git diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 52c613f357..d61ff6f83c 100755 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -48,7 +48,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:2.9.2 +image: onap/policy-apex-pdp:3.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -101,14 +101,14 @@ flavor: small resources: small: limits: - cpu: 999 + cpu: 1 memory: 1Gi requests: cpu: 0.5 memory: 1Gi large: limits: - cpu: 999 + cpu: 2 memory: 2Gi requests: cpu: 1