From 2b7fd30aba265700e8e66e7121f8308979eb0b33 Mon Sep 17 00:00:00 2001 From: Fabio Date: Tue, 3 Jan 2023 11:21:12 -0300 Subject: [PATCH] Liveness probe success threshold must be 1 --- charts/snappymail/v0.1.0/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/snappymail/v0.1.0/templates/deployment.yaml b/charts/snappymail/v0.1.0/templates/deployment.yaml index 893427a..3a8aaaa 100644 --- a/charts/snappymail/v0.1.0/templates/deployment.yaml +++ b/charts/snappymail/v0.1.0/templates/deployment.yaml @@ -54,7 +54,7 @@ spec: port: http initialDelaySeconds: 60 periodSeconds: 5 - successThreshold: 2 + successThreshold: 1 failureThreshold: 3 timeoutSeconds: 2 readinessProbe: