From df66200e39340f2378cc3d9ddc4d30208c1db980 Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Wed, 25 Sep 2024 16:15:50 +0200 Subject: [PATCH] expose SRR --- templates/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index 555d223..9e2d96a 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -31,6 +31,7 @@ data: frontend.authn.protocol=http frontend.net.port=3880 frontend.authz.anonymous-operations=READONLY + frontend.srr.public=true {{- end }} {{ if .Values.services.frontends.enabled }} @@ -39,6 +40,7 @@ data: frontend.authn.protocol=https frontend.net.port=3881 frontend.authz.anonymous-operations=READONLY + frontend.srr.public=true {{- end }} {{ if .Values.services.nfs.enabled }}