X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcomponents%2Faai-sparky-be%2Fvalues.yaml;h=8cfd2c66222c941bf1de324ae4501d344a0e2ee1;hb=db8167bbf6923c8f316ebadd6cec1dd4891428a1;hp=8ec45536b894b2798dda9c72198d296b7128dc04;hpb=5846a6e2d0faa43d5abf23d79bd556508bb87d2d;p=oom.git diff --git a/kubernetes/aai/components/aai-sparky-be/values.yaml b/kubernetes/aai/components/aai-sparky-be/values.yaml index 8ec45536b8..8cfd2c6622 100644 --- a/kubernetes/aai/components/aai-sparky-be/values.yaml +++ b/kubernetes/aai/components/aai-sparky-be/values.yaml @@ -95,6 +95,12 @@ ingress: config: ssl: "redirect" +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: istio-ingress + namespace: istio-ingress + podAnnotations: sidecar.istio.io/rewriteAppHTTPProbers: "false" @@ -103,14 +109,14 @@ podAnnotations: resources: small: limits: - cpu: 2 + cpu: 0.5 memory: 4Gi requests: cpu: 0.25 memory: 1Gi large: limits: - cpu: 4 + cpu: 1 memory: 8Gi requests: cpu: 0.5