fix(mycloud-matrix): improve well-known
This commit is contained in:
parent
98af734f12
commit
d799b184c1
1 changed files with 5 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue