diff options
Diffstat (limited to 'kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml')
-rw-r--r-- | kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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..be1d13ee4b 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/values.yaml @@ -143,6 +143,13 @@ ingress: config: ssl: 'redirect' +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: so-read + - serviceAccount: istio-ingress + namespace: istio-ingress + nodeSelector: {} tolerations: [] |