File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 28
28
29
29
{{ if .Values.services.frontend.enabled }}
30
30
[door-svc/frontend]
31
+ frontend.cell.name = Frontend
31
32
frontend.authn.protocol=http
32
33
frontend.net.port=3880
33
- frontend.authz.anonymous-operations=FULL
34
+ frontend.authz.anonymous-operations=READONLY
35
+ {{- end }}
36
+
37
+ {{ if .Values.services.frontends.enabled }}
38
+ [door-svc/frontend]
39
+ frontend.cell.name = Frontend-S
40
+ frontend.authn.protocol=https
41
+ frontend.net.port=3881
42
+ frontend.authz.anonymous-operations=READONLY
34
43
{{- end }}
35
44
36
45
{{ if .Values.services.nfs.enabled }}
Original file line number Diff line number Diff line change 77
77
targetPort : 3880
78
78
{{- end }}
79
79
80
+ {{ if .Values.services.frontends.enabled }}
81
+ - name : frontend-s-door
82
+ port : {{ $.Values.services.frontends.port }}
83
+ targetPort : 3881
84
+ {{- end }}
85
+
80
86
- name : cell-tunnel
81
87
port : {{ $.Values.cell.tunnel }}
82
88
targetPort : 11111
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ services:
105
105
enabled : true
106
106
port : 3880
107
107
108
+ frontends :
109
+ enabled : true
110
+ port : 3881
108
111
109
112
mover :
110
113
nfs : 32049
You can’t perform that action at this time.
0 commit comments