cluster

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

commit a6306aa399cc45208cf7da287fdd23e5f3e6e95f
parent f04680c411981bcc0174c471efa9017fdfb99e87
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 15 Apr 2025 22:55:55 +0200

Tweak the probes

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

diff --git a/apps/base/matrix/synapse/rspamd.yaml b/apps/base/matrix/synapse/rspamd.yaml @@ -65,14 +65,16 @@ spec: exec: command: - "/usr/local/bin/clamdcheck.sh" + initialDelaySeconds: 15 + periodSeconds: 5 + failureThreshold: 5 livenessProbe: exec: command: - "/usr/local/bin/clamdcheck.sh" - startupProbe: - exec: - command: - - "/usr/local/bin/clamdcheck.sh" + initialDelaySeconds: 15 + periodSeconds: 5 + failureThreshold: 5 - name: rspamd-matrix image: ghcr.io/rspamd/rspamd-docker:latest