h-a: Increase startup probe failure threshold
Home Assistant can sometimes tke an unexpectedly long time to start up, but it eventually does.dch-webhooks-secrets
parent
cb39b5a547
commit
50beecf0a9
|
@ -71,7 +71,7 @@ spec:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
startupProbe:
|
startupProbe:
|
||||||
<<: *probe
|
<<: *probe
|
||||||
failureThreshold: 30
|
failureThreshold: 300
|
||||||
periodSeconds: 3
|
periodSeconds: 3
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in New Issue