From c68e8070561c88da822915f1ce2d702e92f34bd3 Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 30 Mar 2025 16:10:23 -0700 Subject: [PATCH] matrix ingres route: more fixes --- 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 fc78775..e754639 100644 --- a/k8s/matrix/janky.solutions-homeserver.yaml +++ b/k8s/matrix/janky.solutions-homeserver.yaml @@ -195,7 +195,7 @@ spec: name: homeserver-janky-solutions port: 8008 - kind: Rule - match: Host(`matrix.janky.solutions`) && PathRegexp(`^/_matrix/client/.*/(login|logout|refresh)$`) + match: Host(`matrix.janky.solutions`) && PathRegexp(`^/_matrix/client/.*/(login|logout|refresh)`) services: - kind: Service name: mas-janky-solutions