cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6ec90806d791368aff27caf1d04956909295edda
parent 64d96b3c3d34c38dcc02be25f2c451b67f97de82
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 25 Sep 2024 20:15:33 +0200

Fix config

Diffstat:
Mapps/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: ^/_matrix/client/(.*)/(login|logout|refresh) + - path: /_matrix/client/(.*)/(login|logout|refresh) pathType: ImplementationSpecific backend: service: @@ -108,7 +108,7 @@ spec: - host: matrix.midnightthoughts.space http: paths: - - path: ^/_matrix/client/(.*)/(login|logout|refresh) + - path: /_matrix/client/(.*)/(login|logout|refresh) pathType: ImplementationSpecific backend: service: @@ -118,7 +118,7 @@ spec: - host: midnightthoughts.space http: paths: - - path: ^/_matrix/client/(.*)/(login|logout|refresh) + - path: /_matrix/client/(.*)/(login|logout|refresh) pathType: ImplementationSpecific backend: service: