commit 3b4304ded2c5d2fc8299b3949e8521254997fedc
parent 92e9c53693b2a1ee6236408fa77ffc43ec8f230a
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 25 Sep 2024 21:17:59 +0200
Fix config
Diffstat:
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml
@@ -280,7 +280,7 @@ spec:
database: synapse
password: ENC[AES256_GCM,data:orJwItlCEYBhVABMZoAYzbDNCcuDKD1/1Xiv/HAM11r5RdpeaSVC0nmNwQjsJdIsjvAObRU/PLMyP1AKI1TxHg==,iv:4m9Hh2q25Am37Ah8cRfXYD33FElZ3xrPjGQeJAy8Yh0=,tag:/+Hvhd1xJVaWgj1Fd54b8w==,type:str]
ingress:
- traefikPaths: true
+ traefikPaths: false
hosts:
- midnightthoughts.space
- matrix.midnightthoughts.space
@@ -292,8 +292,9 @@ spec:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-dns
external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space
- csPaths:
- - path: /{path:_matrix/client/.*/(login|logout|refresh)$}
+ traefik.ingress.kubernetes.io/router.pathmatcher: PathPrefix
+ csPaths:
+ - path: /_matrix/client/.*/(login|logout|refresh)
pathType: ImplementationSpecific
backend:
service:
diff --git a/apps/base/traefik/release.yaml b/apps/base/traefik/release.yaml
@@ -15,7 +15,7 @@ spec:
values:
logs:
general:
- level: DEBUG
+ level: INFO
ingressRoute:
dashboard:
enabled: false
@@ -133,4 +133,4 @@ spec:
providers:
kubernetesIngress:
publishedService:
- enabled: true
-\ No newline at end of file
+ enabled: true