diff options
Diffstat (limited to 'kubernetes/sdc/components/sdc-helm-validator/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-helm-validator/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index 363a05934d..a2b4ef39f7 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -30,6 +30,11 @@ service: - name: &port http port: *svc_port +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: sdc-be-read + liveness: initialDelaySeconds: 1 periodSeconds: 10 |