We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1446633 commit 9be4bbaCopy full SHA for 9be4bba
charts/opencloud/templates/gateway/gateway.yaml
@@ -151,8 +151,16 @@ spec:
151
kubernetes.io/metadata.name: {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
152
{{- end }}
153
{{- if and .Values.onlyoffice.collaboration.enabled .Values.onlyoffice.enabled }}
154
+ {{- if .Values.global.tls.enabled }}
155
- name: collaboration-https
156
+ {{- else }}
157
+ - name: collaboration-http
158
+ {{- end }}
159
160
protocol: HTTPS
161
162
+ protocol: HTTP
163
164
port: {{ .Values.httpRoute.gateway.port | default 443 }}
165
hostname: {{ .Values.global.domain.wopi | quote }}
166
{{- if .Values.global.tls.enabled }}
0 commit comments