From 6118b4eb3e7c2b9394f9353eedc02aa9849c58b2 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sun, 16 Aug 2026 15:15:30 -0300 Subject: [PATCH] mailu: apply intended admin probe tolerances --- services/mailu/helmrelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index abcf0329..ebd4f098 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -95,14 +95,14 @@ spec: logLevel: DEBUG nodeSelector: hardware: rpi4 - podLivenessProbe: + livenessProbe: enabled: true initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 6 successThreshold: 1 - podReadinessProbe: + readinessProbe: enabled: true initialDelaySeconds: 20 periodSeconds: 10