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 }}
|
{{- with .Values.ingress.annotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
includeServerName: false
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ .Values.commons.ingress.domain }}"
|
|
||||||
- "{{ $host }}"
|
- "{{ $host }}"
|
||||||
|
csHosts:
|
||||||
|
- "{{ $host }}"
|
||||||
|
wkHosts:
|
||||||
|
- "{{ .Values.commons.ingress.domain }}"
|
||||||
{{- if .Values.commons.ingress.tls.enabled }}
|
{{- if .Values.commons.ingress.tls.enabled }}
|
||||||
tls:
|
tls:
|
||||||
{{- with .Values.commons.ingress.tls.override }}
|
{{- with .Values.commons.ingress.tls.override }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue