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