19
19
listeners :
20
20
- name : opencloud-https
21
21
protocol : HTTPS
22
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
22
+ port : {{ .Values.httpRoute.gateway.port }}
23
23
hostname : {{ .Values.global.domain.opencloud | quote }}
24
24
tls :
25
25
mode : Terminate
35
35
{{- if .Values.keycloak.enabled }}
36
36
- name : keycloak-https
37
37
protocol : HTTPS
38
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
38
+ port : {{ .Values.httpRoute.gateway.port }}
39
39
hostname : {{ .Values.global.domain.keycloak | quote }}
40
40
tls :
41
41
mode : Terminate
52
52
{{- if and .Values.opencloud.storage.s3.internal.enabled .Values.opencloud.storage.s3.internal.httpRoute.enabled }}
53
53
- name : minio-https
54
54
protocol : HTTPS
55
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
55
+ port : {{ .Values.httpRoute.gateway.port }}
56
56
hostname : {{ .Values.global.domain.minio | quote }}
57
57
tls :
58
58
mode : Terminate
69
69
{{- if .Values.collabora.enabled }}
70
70
- name : collabora-https
71
71
protocol : HTTPS
72
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
72
+ port : {{ .Values.httpRoute.gateway.port }}
73
73
hostname : {{ .Values.global.domain.collabora | quote }}
74
74
tls :
75
75
mode : Terminate
86
86
{{- if .Values.onlyoffice.enabled }}
87
87
- name : onlyoffice-https
88
88
protocol : HTTPS
89
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
89
+ port : {{ .Values.httpRoute.gateway.port }}
90
90
hostname : {{ .Values.global.domain.onlyoffice | quote }}
91
91
tls :
92
92
mode : Terminate
@@ -103,7 +103,7 @@ spec:
103
103
{{- if and .Values.onlyoffice.collaboration.enabled .Values.onlyoffice.enabled }}
104
104
- name : collaboration-https
105
105
protocol : HTTPS
106
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
106
+ port : {{ .Values.httpRoute.gateway.port }}
107
107
hostname : {{ .Values.global.domain.wopi | quote }}
108
108
tls :
109
109
mode : Terminate
0 commit comments