cluster

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

commit b5cce483ca4497787f49691c79da97ca78ddce7d
parent 657b672f5ab0b93adb5741c21b36b0fa040c8abf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 15 Apr 2025 12:34:40 +0200

Setup a matrix rspamd

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

diff --git a/apps/base/matrix/synapse/rspamd.yaml b/apps/base/matrix/synapse/rspamd.yaml @@ -39,22 +39,22 @@ spec: cpu: "500m" ports: - containerPort: 11333 - name: rspamd-normal-worker + name: normal-worker - containerPort: 11334 - name: rspamd-control-worker + name: control-worker volumeMounts: - name: rspamd-matrix mountPath: /var/lib/rspamd - - name: greylist + - name: rspamd-config mountPath: /etc/rspamd/local.d/greylist.conf subPath: greylist.conf - - name: classifier-bayes + - name: rspamd-config mountPath: /etc/rspamd/local.d/classifier-bayes.conf subPath: classifier-bayes.conf - - name: options + - name: rspamd-config mountPath: /etc/rspamd/local.d/options.inc subPath: options.inc - - name: worker-controller + - name: rspamd-config mountPath: /etc/rspamd/local.d/worker-controller.inc subPath: worker-controller.inc volumes: @@ -76,10 +76,10 @@ spec: ports: - port: 11333 targetPort: 11333 - name: rspamd-normal-worker + name: normal-worker - port: 11334 targetPort: 11334 - name: rspamd-control-worker + name: control-worker type: ClusterIP --- apiVersion: gateway.networking.k8s.io/v1