update ingress to match

This commit is contained in:
Waylon S. Walker 2025-03-03 08:11:03 -06:00
parent e206e45427
commit 856070907e

View file

@ -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: /