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 af9acc4 commit b8f7800Copy full SHA for b8f7800
charts/opencloud/templates/gateway/gateway.yaml
@@ -97,8 +97,16 @@ spec:
97
kubernetes.io/metadata.name: {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
98
{{- end }}
99
{{- if .Values.collabora.enabled }}
100
+ {{- if .Values.global.tls.enabled }}
101
- name: collabora-https
102
+ {{- else }}
103
+ - name: collabora-http
104
+ {{- end }}
105
106
protocol: HTTPS
107
108
+ protocol: HTTP
109
110
port: {{ .Values.httpRoute.gateway.port | default 443 }}
111
hostname: {{ .Values.global.domain.collabora | quote }}
112
{{- if .Values.global.tls.enabled }}
0 commit comments