File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
listeners :
17
17
- name : opencloud-https
18
18
protocol : HTTPS
19
- port : {{ .Valuees .httpRoute.gateway.port | default 443 }}
19
+ port : {{ .Values .httpRoute.gateway.port | default 443 }}
20
20
hostname : {{ .Values.global.domain.opencloud | quote }}
21
21
tls :
22
22
mode : Terminate
32
32
{{- if .Values.keycloak.enabled }}
33
33
- name : keycloak-https
34
34
protocol : HTTPS
35
- port : {{ .Valuees .httpRoute.gateway.port | default 443 }}
35
+ port : {{ .Values .httpRoute.gateway.port | default 443 }}
36
36
hostname : {{ .Values.global.domain.keycloak | quote }}
37
37
tls :
38
38
mode : Terminate
49
49
{{- if and .Values.opencloud.storage.s3.internal.enabled .Values.opencloud.storage.s3.internal.httpRoute.enabled }}
50
50
- name : minio-https
51
51
protocol : HTTPS
52
- port : {{ .Valuees .httpRoute.gateway.port | default 443 }}
52
+ port : {{ .Values .httpRoute.gateway.port | default 443 }}
53
53
hostname : {{ .Values.global.domain.minio | quote }}
54
54
tls :
55
55
mode : Terminate
66
66
{{- if .Values.onlyoffice.enabled }}
67
67
- name : onlyoffice-https
68
68
protocol : HTTPS
69
- port : {{ .Valuees .httpRoute.gateway.port | default 443 }}
69
+ port : {{ .Values .httpRoute.gateway.port | default 443 }}
70
70
hostname : {{ .Values.global.domain.onlyoffice | quote }}
71
71
tls :
72
72
mode : Terminate
83
83
{{- if and .Values.onlyoffice.collaboration.enabled .Values.onlyoffice.enabled }}
84
84
- name : collaboration-https
85
85
protocol : HTTPS
86
- port : {{ .Valuees .httpRoute.gateway.port | default 443 }}
86
+ port : {{ .Values .httpRoute.gateway.port | default 443 }}
87
87
hostname : {{ .Values.global.domain.wopi | quote }}
88
88
tls :
89
89
mode : Terminate
You can’t perform that action at this time.
0 commit comments