X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-fe%2Fvalues.yaml;h=91d4325df82d7ed47939b5e1b9802a9fd27f8ac7;hb=db8167bbf6923c8f316ebadd6cec1dd4891428a1;hp=ca8b42a0ff7c3c5f1868cc41134605ed2c76d3a4;hpb=ab4477c2d1834303f3e6efbb647e36387399fc03;p=oom.git diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index ca8b42a0ff..91d4325df8 100644 --- a/kubernetes/sdc/components/sdc-fe/values.yaml +++ b/kubernetes/sdc/components/sdc-fe/values.yaml @@ -23,7 +23,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-frontend:1.12.3 +image: onap/sdc-frontend:1.12.5 pullPolicy: Always config: @@ -108,23 +108,31 @@ ingress: config: ssl: "redirect" +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: consul-read + - serviceAccount: consul-server-read + - serviceAccount: istio-ingress + namespace: istio-ingress + # Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: small: limits: - cpu: 500m - memory: 2Gi + cpu: 1 + memory: 1Gi requests: - cpu: 40m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 1 - memory: 4Gi + cpu: 2 + memory: 2Gi requests: - cpu: 80m + cpu: 1 memory: 2Gi unlimited: {}