Skip to content

Commit

Permalink
expose SRR
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 25, 2024
1 parent d54b354 commit df66200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit df66200

Please sign in to comment.