commit d844449068e30b3ccb331792afd12318bc00ea08
parent a6306aa399cc45208cf7da287fdd23e5f3e6e95f
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 15 Apr 2025 22:58:53 +0200
Tweak the probes
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/base/matrix/synapse/rspamd.yaml b/apps/base/matrix/synapse/rspamd.yaml
@@ -66,15 +66,15 @@ spec:
command:
- "/usr/local/bin/clamdcheck.sh"
initialDelaySeconds: 15
- periodSeconds: 5
- failureThreshold: 5
+ periodSeconds: 10
+ failureThreshold: 10
livenessProbe:
exec:
command:
- "/usr/local/bin/clamdcheck.sh"
initialDelaySeconds: 15
- periodSeconds: 5
- failureThreshold: 5
+ periodSeconds: 10
+ failureThreshold: 10
- name: rspamd-matrix
image: ghcr.io/rspamd/rspamd-docker:latest