cluster

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

commit 309765f59123042eb38a7450a5c3b8680d741c99
parent 0d26db5fc889cc5e1b345a3396987299bf32a83c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 15 Apr 2025 22:42:46 +0200

Lower the required ram

Diffstat:
Mapps/base/matrix/synapse/rspamd.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/matrix/synapse/rspamd.yaml b/apps/base/matrix/synapse/rspamd.yaml @@ -31,7 +31,7 @@ spec: image: clamav/clamav-debian:1.4 resources: requests: - memory: "3000Mi" + memory: "1000Mi" cpu: "500m" limits: memory: "4000Mi"