From 389ae3cb8735100a13580e500786ef111d58f963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anatol=20Karalko=C5=AD?= Date: Wed, 25 Sep 2024 14:58:30 +0200 Subject: [PATCH] Reduce number of startup probes --- charts/brokencrystals/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index f06287e..8f7da21 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -185,7 +185,7 @@ spec: path: / port: 3000 scheme: HTTP - failureThreshold: 120 + failureThreshold: 12 periodSeconds: 10 - name: mailcatcher