update ingress to match
This commit is contained in:
parent
e206e45427
commit
856070907e
1 changed files with 6 additions and 0 deletions
|
|
@ -8,7 +8,13 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
{{- range .Values.sites }}
|
{{- range .Values.sites }}
|
||||||
|
{{- if .apex }}
|
||||||
|
- host: {{ .host }}
|
||||||
|
{{- else if .subdomain }}
|
||||||
|
- host: {{ .subdomain }}.{{ .host }}
|
||||||
|
{{- else }}
|
||||||
- host: {{ .name }}.{{ .host }}
|
- host: {{ .name }}.{{ .host }}
|
||||||
|
{{ end }}
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue