X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-api%2Fvalues.yaml;h=c9ee8eb98030d78147e057345558932a7469a6f3;hb=555db9c1f910db06341070941b466e6c05827e27;hp=ab8c31ff205d0f34bf94a24f67f4020b8ddaa45b;hpb=ef208b0677fca2b5982c5a822c0aec188ffe72d8;p=oom.git diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index ab8c31ff20..c9ee8eb980 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -99,25 +99,29 @@ service: - name: http port: 6969 - ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: policy-pap-read + flavor: small resources: small: limits: - cpu: 1 - memory: 6Gi + cpu: 999 + memory: 1Gi requests: - cpu: 150m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 2 - memory: 8Gi + cpu: 999 + memory: 2Gi requests: - cpu: 200m + cpu: 1 memory: 2Gi unlimited: {}