X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-etsi-nfvo-ns-lcm%2Fvalues.yaml;h=5d3807eb1432d9b0637fc22d6eee932d6ffae92b;hb=555db9c1f910db06341070941b466e6c05827e27;hp=8790877492b09190f2215c2d7ae327efa15c7f16;hpb=1e11f68db4b75dff8d281358fcd837ddbc6cdff0;p=oom.git diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml index 8790877492..5d3807eb14 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml @@ -112,18 +112,18 @@ flavor: small resources: small: limits: - memory: 4Gi - cpu: 2000m + memory: 1Gi + cpu: 999 requests: memory: 1Gi - cpu: 500m + cpu: 0.5 large: limits: - memory: 8Gi - cpu: 4000m + memory: 5Gi + cpu: 999 requests: memory: 2Gi - cpu: 1000m + cpu: 4 unlimited: {} livenessProbe: @@ -143,6 +143,13 @@ ingress: config: ssl: 'redirect' +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: so-read + - serviceAccount: istio-ingress + namespace: istio-ingress + nodeSelector: {} tolerations: []