X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-drools-pdp%2Fvalues.yaml;h=fe94cd7da704b3c82b691da59d6cc74968f00415;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=b30baec9599ad238507445aadcda52bf06cfd7a3;hpb=7448e0aef213763803a670d265ff9d4f6f96027e;p=oom.git diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index b30baec959..fe94cd7da7 100755 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -41,7 +41,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pdpd-cl:1.12.1 +image: onap/policy-pdpd-cl:2.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -101,7 +101,7 @@ nexus: db: name: policy-mariadb - user: policy_user + user: policy-user password: policy_user pap: @@ -158,17 +158,17 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 0.8Gi requests: - cpu: 100m - memory: 1Gi + cpu: 0.5 + memory: 0.8Gi large: limits: cpu: 2 - memory: 8Gi + memory: 1.6Gi requests: - cpu: 200m - memory: 2Gi + cpu: 1 + memory: 1.6Gi unlimited: {} #Pods Service Account