ignis: add public hostname ignis.fireflylab.cc to HTTPRoute

Support multiple hostnames (LAN + public domain) via values list.
This commit is contained in:
2026-08-04 00:08:02 +07:00
parent 689ed82d5a
commit 3d829d0ded
3 changed files with 6 additions and 18 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ spec:
- name: envoy-gateway
namespace: envoy-gateway-system
hostnames:
- {{ .Values.httpRoute.hostname | quote }}
{{- range .Values.httpRoute.hostnames }}
- {{ . | quote }}
{{- end }}
rules:
- matches:
- path:
+3 -1
View File
@@ -37,4 +37,6 @@ persistence:
httpRoute:
enabled: true
hostname: ignis.fireflylab.local
hostnames:
- ignis.fireflylab.local
- ignis.fireflylab.cc