X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-distribution%2Fvalues.yaml;h=0fc6443559e4678e26fd6a7ab1e5eef413e0d30f;hb=9964927d8766c5c396ef2caf6f7aeb7494db279e;hp=e744d099207e74af2578b608a972f8c2e6c4886d;hpb=44835b0be69ddf3d86c4f73f3d5ce62e7e2ceaa3;p=oom.git diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index e744d09920..0fc6443559 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -58,7 +58,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/policy-distribution:2.9.1 +image: onap/policy-distribution:3.1.0 pullPolicy: Always # flag to enable debugging - application support required @@ -118,22 +118,27 @@ service: ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: policy-pap-read + flavor: small resources: small: limits: - cpu: 1 - memory: 4Gi + cpu: "1" + memory: "0.5Gi" requests: - cpu: 100m - memory: 1Gi + cpu: "0.5" + memory: "0.5Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "1" + memory: "1Gi" unlimited: {} #Pods Service Account