From 06b29a6cd9010150169c039232bac724aab8062d Mon Sep 17 00:00:00 2001 From: Wei He Date: Sat, 14 May 2022 23:30:36 +0800 Subject: [PATCH] fix prosody ingressroutcp's entrypoint --- jitsi/templates/ingressroutetcp-prosody.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitsi/templates/ingressroutetcp-prosody.yaml b/jitsi/templates/ingressroutetcp-prosody.yaml index 49aecfc..e88f82d 100644 --- a/jitsi/templates/ingressroutetcp-prosody.yaml +++ b/jitsi/templates/ingressroutetcp-prosody.yaml @@ -4,7 +4,7 @@ metadata: name: {{ .Release.Name }}-ingressroutetcp-prosody spec: entryPoints: - - xmpp-{{ .Release.Name }} + - xmpp-{{ .Release.Namespace }} routes: - match: HostSNI(`*`) services: