fix MAS ingressrule

This commit is contained in:
Finn 2024-09-02 23:07:13 -07:00
parent ccb985d32b
commit 2433b112c9

View file

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