From bc283bd014bf29cf77191a412f80e7b2a5f20a29 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 2 Sep 2024 13:41:48 -0700 Subject: [PATCH] fix matrix ingressroute --- k8s/matrix/janky.solutions-homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/matrix/janky.solutions-homeserver.yaml b/k8s/matrix/janky.solutions-homeserver.yaml index afcb213..a7904e6 100644 --- a/k8s/matrix/janky.solutions-homeserver.yaml +++ b/k8s/matrix/janky.solutions-homeserver.yaml @@ -205,7 +205,7 @@ spec: name: sliding-sync-janky-solutions port: 8008 - kind: Rule - match: Host(`matrix.janky.solutions`) && PathRegexp(`^/_matrix/client/(.*)/(login|logout|refresh)$`) + match: Host(`matrix.janky.solutions`) && Path(`/_matrix/client/{version:.*}/{endpoint:(login|logout|refresh)}`) services: - kind: Service name: mas-janky-solutions