fix matrix ingressroute

This commit is contained in:
Finn 2024-09-02 13:41:48 -07:00
parent fb04f4bc3c
commit bc283bd014

View file

@ -205,7 +205,7 @@ spec:
name: sliding-sync-janky-solutions name: sliding-sync-janky-solutions
port: 8008 port: 8008
- kind: Rule - 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: services:
- kind: Service - kind: Service
name: mas-janky-solutions name: mas-janky-solutions