cluster

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

commit 30e19fa50372c51dda5c997fbf140a7c4049b17c
parent 174e4a048317e7e82fe81e20d50ffc91c530f66c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 15 Apr 2025 20:45:54 +0200

Fix clamav

Diffstat:
Mapps/base/matrix/synapse/rspamd.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/synapse/rspamd.yaml b/apps/base/matrix/synapse/rspamd.yaml @@ -43,6 +43,9 @@ spec: ports: - containerPort: 3310 name: clamav + volumeMounts: + - name: run-clamav + mountPath: /run/clamav - name: rspamd-matrix image: ghcr.io/rspamd/rspamd-docker:latest resources: @@ -94,6 +97,8 @@ spec: - name: rspamd-config configMap: name: rspamd-config + - name: run-clamav + emptyDir: {} --- apiVersion: v1 kind: Service