fix(mycloud-matrix): improve well-known

This commit is contained in:
WrenIX 2024-02-14 23:46:29 +01:00
parent 98af734f12
commit d799b184c1
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

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