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:
|
||||
rules:
|
||||
{{- range .Values.sites }}
|
||||
{{- if .apex }}
|
||||
- host: {{ .host }}
|
||||
{{- else if .subdomain }}
|
||||
- host: {{ .subdomain }}.{{ .host }}
|
||||
{{- else }}
|
||||
- host: {{ .name }}.{{ .host }}
|
||||
{{ end }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue