From 41b769205bd4e2c82d2ddc8b2ed22cba05ec0176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 7 Jul 2025 15:07:49 +0200 Subject: [PATCH] fix: Increase atlantis startup probe failiure threshold to 10 --- charts/atlantis/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/atlantis/templates/deployment.yaml b/charts/atlantis/templates/deployment.yaml index 476381a7..63f67190 100644 --- a/charts/atlantis/templates/deployment.yaml +++ b/charts/atlantis/templates/deployment.yaml @@ -45,6 +45,7 @@ spec: path: /healthz port: http initialDelaySeconds: 30 + failureThreshold: 10 livenessProbe: httpGet: path: /healthz