From 8a755e0c428c7d0c2d8437c73f9599ee05e1aa15 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 13 Dec 2025 00:11:40 -0300 Subject: [PATCH] mailu: forcing version 1.4 clamav over 1.2 --- services/mailu/helmrelease.yaml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index 7c1b608..8469c47 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -163,9 +163,40 @@ spec: - svc.cluster.local - cluster.local clamav: + image: + repository: clamav/clamav-debian + tag: "1.4" logLevel: DEBUG nodeSelector: - hardware: rpi4 + hardware: rpi5 + resources: + requests: + cpu: 200m + memory: 1Gi + limits: + cpu: 500m + memory: 3Gi + livenessProbe: + enabled: false + initialDelaySeconds: 300 + periodSeconds: 30 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 + startupProbe: + enabled: false + initialDelaySeconds: 60 + periodSeconds: 30 + timeoutSeconds: 5 + failureThreshold: 20 + successThreshold: 1 + readinessProbe: + enabled: false + initialDelaySeconds: 300 + periodSeconds: 30 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 dovecot: logLevel: DEBUG nodeSelector: