commit 2400ae2c4cd89b7c5cabbf356d4db6ae8995aea2 parent ecb5725308e0283f11ba557254012978c43e06d7 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 25 Sep 2024 20:04:47 +0200 Fix ingress Diffstat:
| M | apps/base/matrix/mas/mas_deployment.yaml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -98,7 +98,7 @@ spec: name: mas port: number: 8080 - - path: /{path:^_matrix/client/(.*)/(login|logout|refresh)} + - path: /{path:_matrix/client/(.*)/(login|logout|refresh)$} pathType: ImplementationSpecific backend: service: @@ -108,7 +108,7 @@ spec: - host: matrix.midnightthoughts.space http: paths: - - path: /{path:^_matrix/client/(.*)/(login|logout|refresh)} + - path: /{path:_matrix/client/(.*)/(login|logout|refresh)$} pathType: ImplementationSpecific backend: service: @@ -118,7 +118,7 @@ spec: - host: midnightthoughts.space http: paths: - - path: /{path:^_matrix/client/(.*)/(login|logout|refresh)} + - path: /{path:_matrix/client/(.*)/(login|logout|refresh)$} pathType: ImplementationSpecific backend: service: