diff options
Diffstat (limited to 'kubernetes/so/components/so-cnfm-lcm/values.yaml')
-rw-r--r-- | kubernetes/so/components/so-cnfm-lcm/values.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-cnfm-lcm/values.yaml b/kubernetes/so/components/so-cnfm-lcm/values.yaml index 9cb7483819..4e6adc4ef7 100644 --- a/kubernetes/so/components/so-cnfm-lcm/values.yaml +++ b/kubernetes/so/components/so-cnfm-lcm/values.yaml @@ -42,7 +42,7 @@ secrets: ################################################################# # Application configuration defaults. ################################################################# -image: onap/so/so-cnfm-as-lcm:1.12.0 +image: onap/so/so-cnfm-as-lcm:1.12.1 pullPolicy: Always aai: @@ -119,6 +119,13 @@ ingress: config: ssl: 'redirect' +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: so-read + - serviceAccount: istio-ingress + namespace: istio-ingress + nodeSelector: {} tolerations: [] |