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 }}