commit 08fe0b1d8fc41320364d445b11301bed81b948d7
parent 7186744a955a399883d53b82b1541d798dce79ca
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 6 May 2024 12:12:00 +0200
Try to fix media
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml
@@ -24,6 +24,8 @@ spec:
serverName: midnightthoughts.space
publicServerName: matrix.midnightthoughts.space
config:
+ extraMainListenerTypes:
+ - media
reportStats: true
enableRegistration: false
trustedKeyServers:
@@ -82,6 +84,8 @@ spec:
enabled: false
workers:
default:
+ strategy:
+ type: Recreate
extraConfig:
event_cache_size: 30K
caches:
@@ -193,6 +197,8 @@ spec:
name: federation-sender-1
enabled: true
synapse:
+ strategy:
+ type: Recreate
## Liveness probe configuration to use
##
livenessProbe: