commit be80a85a795f2c630a9f28e255e5101a786217ce parent f9e90af517c7e24ffaa1431fadae4bc4e5d11c9e Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 25 Sep 2024 17:17:45 +0200 Fix ingress Diffstat:
| M | apps/base/matrix/mas/mas_deployment.yaml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -83,11 +83,11 @@ spec: service: name: mas port: - number: http - - path: /foo - pathType: Exact + number: 8080 + - path: /{path:^_matrix/client/(.*)/(login|logout|refresh)} + pathType: ImplementationSpecific backend: service: - name: whoami + name: mas port: - number: 80 + number: 8080