X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-api%2Fvalues.yaml;h=530f021d8526a8bb12bc650a2b6124a70b7758d5;hb=refs%2Fheads%2Fmaster;hp=3b64507880ea44b6cfb4e77b79f1294f97fdd02a;hpb=1a76edf1159156d832e62c268b54fd727f82057f;p=oom.git diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index 3b64507880..70c06ccbf9 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -48,7 +48,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:2.8.2 +image: onap/policy-api:3.1.3 pullPolicy: Always # flag to enable debugging - application support required @@ -56,7 +56,7 @@ debugEnabled: false # application configuration db: - user: policy_user + user: policy-user password: policy_user service: name: policy-mariadb @@ -111,18 +111,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 6Gi + cpu: "1" + memory: "1Gi" requests: - cpu: 150m - memory: 1Gi + cpu: "0.5" + memory: "1Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "2Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "1" + memory: "2Gi" unlimited: {} #Pods Service Account