@@ -27,13 +27,13 @@ spec:
27
27
{{- else }}
28
28
protocol : HTTP
29
29
{{- end }}
30
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
30
+ port : {{ .Values.httpRoute.gateway.port }}
31
31
hostname : {{ .Values.global.domain.opencloud | quote }}
32
32
{{- if .Values.global.tls.enabled }}
33
33
tls :
34
34
mode : Terminate
35
35
certificateRefs :
36
- - name : opencloud-wildcard- tls
36
+ - name : {{ .Values.global. tls.secretName }}
37
37
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
38
38
{{- end }}
39
39
allowedRoutes :
@@ -53,13 +53,13 @@ spec:
53
53
{{- else }}
54
54
protocol : HTTP
55
55
{{- end }}
56
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
56
+ port : {{ .Values.httpRoute.gateway.port }}
57
57
hostname : {{ .Values.global.domain.keycloak | quote }}
58
58
{{- if .Values.global.tls.enabled }}
59
59
tls :
60
60
mode : Terminate
61
61
certificateRefs :
62
- - name : opencloud-wildcard- tls
62
+ - name : {{ .Values.global. tls.secretName }}
63
63
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
64
64
{{- end }}
65
65
allowedRoutes :
@@ -80,13 +80,13 @@ spec:
80
80
{{- else }}
81
81
protocol : HTTP
82
82
{{- end }}
83
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
83
+ port : {{ .Values.httpRoute.gateway.port }}
84
84
hostname : {{ .Values.global.domain.minio | quote }}
85
85
{{- if .Values.global.tls.enabled }}
86
86
tls :
87
87
mode : Terminate
88
88
certificateRefs :
89
- - name : opencloud-wildcard- tls
89
+ - name : {{ .Values.global. tls.secretName }}
90
90
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
91
91
{{- end }}
92
92
allowedRoutes :
@@ -107,13 +107,13 @@ spec:
107
107
{{- else }}
108
108
protocol : HTTP
109
109
{{- end }}
110
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
110
+ port : {{ .Values.httpRoute.gateway.port }}
111
111
hostname : {{ .Values.global.domain.collabora | quote }}
112
112
{{- if .Values.global.tls.enabled }}
113
113
tls :
114
114
mode : Terminate
115
115
certificateRefs :
116
- - name : opencloud-wildcard- tls
116
+ - name : {{ .Values.global. tls.secretName }}
117
117
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
118
118
{{- end }}
119
119
allowedRoutes :
@@ -134,13 +134,13 @@ spec:
134
134
{{- else }}
135
135
protocol : HTTP
136
136
{{- end }}
137
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
137
+ port : {{ .Values.httpRoute.gateway.port }}
138
138
hostname : {{ .Values.global.domain.onlyoffice | quote }}
139
139
{{- if .Values.global.tls.enabled }}
140
140
tls :
141
141
mode : Terminate
142
142
certificateRefs :
143
- - name : opencloud-wildcard- tls
143
+ - name : {{ .Values.global. tls.secretName }}
144
144
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
145
145
{{- end }}
146
146
allowedRoutes :
@@ -161,13 +161,13 @@ spec:
161
161
{{- else }}
162
162
protocol : HTTP
163
163
{{- end }}
164
- port : {{ .Values.httpRoute.gateway.port | default 443 }}
164
+ port : {{ .Values.httpRoute.gateway.port }}
165
165
hostname : {{ .Values.global.domain.wopi | quote }}
166
166
{{- if .Values.global.tls.enabled }}
167
167
tls :
168
168
mode : Terminate
169
169
certificateRefs :
170
- - name : opencloud-wildcard- tls
170
+ - name : {{ .Values.global. tls.secretName }}
171
171
namespace : {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
172
172
{{- end }}
173
173
allowedRoutes :
0 commit comments