X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-drools-pdp%2Fvalues.yaml;h=9ef74e8d860b64eab7ebccef5e2a163d5764daa7;hb=555db9c1f910db06341070941b466e6c05827e27;hp=7cc347c51963b0df711b78920df9f4e72cf46005;hpb=11e85382bc62797ea511a42b1bd647772129c0d7;p=oom.git diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index 7cc347c519..9ef74e8d86 100755 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -41,7 +41,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pdpd-cl:1.12.1 +image: onap/policy-pdpd-cl:1.12.2 pullPolicy: Always # flag to enable debugging - application support required @@ -80,6 +80,11 @@ service: ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: message-router-read + server: jvmOpts: -server -XshowSettings:vm @@ -152,18 +157,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 4Gi + cpu: 999 + memory: 0.8Gi requests: - cpu: 100m - memory: 1Gi + cpu: 0.5 + memory: 0.8Gi large: limits: - cpu: 2 - memory: 8Gi + cpu: 999 + memory: 1.6Gi requests: - cpu: 200m - memory: 2Gi + cpu: 1 + memory: 1.6Gi unlimited: {} #Pods Service Account