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 b8f7800 commit 1446633Copy full SHA for 1446633
charts/opencloud/templates/gateway/gateway.yaml
@@ -124,8 +124,16 @@ spec:
124
kubernetes.io/metadata.name: {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
125
{{- end }}
126
{{- if .Values.onlyoffice.enabled }}
127
+ {{- if .Values.global.tls.enabled }}
128
- name: onlyoffice-https
129
+ {{- else }}
130
+ - name: onlyoffice-http
131
+ {{- end }}
132
133
protocol: HTTPS
134
135
+ protocol: HTTP
136
137
port: {{ .Values.httpRoute.gateway.port | default 443 }}
138
hostname: {{ .Values.global.domain.onlyoffice | quote }}
139
{{- if .Values.global.tls.enabled }}
0 commit comments