fix matrix ingressroute
This commit is contained in:
parent
fb04f4bc3c
commit
bc283bd014
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue