From 50beecf0a9cf81f50ca76ebf4669263fbc5e9a06 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 21 Jan 2024 19:32:35 -0600 Subject: [PATCH] h-a: Increase startup probe failure threshold Home Assistant can sometimes tke an unexpectedly long time to start up, but it eventually does. --- home-assistant/home-assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-assistant/home-assistant.yaml b/home-assistant/home-assistant.yaml index 74ef094..c16c57a 100644 --- a/home-assistant/home-assistant.yaml +++ b/home-assistant/home-assistant.yaml @@ -71,7 +71,7 @@ spec: timeoutSeconds: 1 startupProbe: <<: *probe - failureThreshold: 30 + failureThreshold: 300 periodSeconds: 3 initialDelaySeconds: 3 securityContext: