handle effects of surprise traefik upgrade
All checks were successful
/ diff-and-deploy (push) Successful in 2m15s

This commit is contained in:
Finn 2025-03-29 02:03:01 -07:00
parent e5f3be3eb7
commit f8abb4747c
5 changed files with 6 additions and 4 deletions

View file

@ -195,7 +195,7 @@ spec:
name: homeserver-janky-solutions
port: 8008
- kind: Rule
match: Host(`matrix.janky.solutions`) && PathPrefix(`/_matrix/client/{version:.*}/{endpoint:(login|logout|refresh)}`)
match: Host(`matrix.janky.solutions`) && PathRegexp(`^/_matrix/client/.*/(login|logout|refresh)$`)
services:
- kind: Service
name: mas-janky-solutions