From d799b184c116b3f0349868499c4170d9225e84d9 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 14 Feb 2024 23:46:29 +0100 Subject: [PATCH] fix(mycloud-matrix): improve well-known --- mycloud-matrix/templates/server/synapse.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mycloud-matrix/templates/server/synapse.yaml b/mycloud-matrix/templates/server/synapse.yaml index 2c1afed..11e6b1c 100644 --- a/mycloud-matrix/templates/server/synapse.yaml +++ b/mycloud-matrix/templates/server/synapse.yaml @@ -134,9 +134,13 @@ spec: {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 8 }} {{- end }} + includeServerName: false hosts: - - "{{ .Values.commons.ingress.domain }}" - "{{ $host }}" + csHosts: + - "{{ $host }}" + wkHosts: + - "{{ .Values.commons.ingress.domain }}" {{- if .Values.commons.ingress.tls.enabled }} tls: {{- with .Values.commons.ingress.tls.override }}