X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-fe%2Fvalues.yaml;h=7c9975781771fc8df9b786f74819797d9d1f63cf;hb=3c5eece4a94fa232f72d147962c74ae6da93c05d;hp=b4a8bd6bfebf69e4fbe4d1784be0632477e3cb70;hpb=2f85c74720eaeb1a95403d227cb7d9bf548bffb4;p=oom.git diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index b4a8bd6bfe..7c99757817 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.2 +image: onap/sdc-frontend:1.13.6 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: {}