X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-xacml-pdp%2Fvalues.yaml;h=b9d877fe7b228116aa8aea2a26740051b36ab3e7;hb=9964927d8766c5c396ef2caf6f7aeb7494db279e;hp=f20ad9ae4118cea5d801153cc5177abeb72dc051;hpb=797229eebacfb1ec6b8c8b5cfae4a825d8450050;p=oom.git diff --git a/kubernetes/policy/components/policy-xacml-pdp/values.yaml b/kubernetes/policy/components/policy-xacml-pdp/values.yaml index f20ad9ae41..b9d877fe7b 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/values.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-xacml-pdp:2.8.2 +image: onap/policy-xacml-pdp:3.1.0 pullPolicy: Always # flag to enable debugging - application support required @@ -58,7 +58,7 @@ debugEnabled: false # application configuration db: - user: policy_user + user: policy-user password: policy_user service: name: policy-mariadb @@ -131,18 +131,18 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 6Gi + cpu: "1" + memory: "1Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "0.5" + memory: "1Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "2Gi" requests: - cpu: 200m - memory: 4Gi + cpu: "1" + memory: "2Gi" unlimited: {} #Pods Service Account