X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-pap%2Fvalues.yaml;h=9e05c47bdf3029ad783e0b04a225f027de44015e;hb=4753743f0743a6b22f69e718c3cdb4ba8843cea6;hp=a3bdba9b88864c25ab901f3816b1016f5ebc840d;hpb=1fcee4e8d3bce9134096dc8c096c20ae54f21f6a;p=oom.git diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index a3bdba9b88..9e05c47bdf 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -69,7 +69,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pap:2.8.2 +image: onap/policy-pap:3.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -78,7 +78,7 @@ debugEnabled: false # application configuration db: - user: policy_user + user: policy-user password: policy_user service: name: policy-mariadb @@ -146,18 +146,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: 4 - memory: 8Gi + cpu: "2" + memory: "2Gi" requests: - cpu: 400m - memory: 4Gi + cpu: "1" + memory: "2Gi" unlimited: {} #Pods Service Account