From bc28e33e467567e4afced99b9460291c155a0d1a Mon Sep 17 00:00:00 2001 From: gruberdev Date: Tue, 13 Feb 2024 16:49:33 -0300 Subject: [PATCH] [home] added startup probe to frigate --- apps/home/frigate/base/deployment.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/home/frigate/base/deployment.yaml b/apps/home/frigate/base/deployment.yaml index caa965381..bddf2c454 100644 --- a/apps/home/frigate/base/deployment.yaml +++ b/apps/home/frigate/base/deployment.yaml @@ -46,6 +46,14 @@ spec: initialDelaySeconds: 15 failureThreshold: 5 timeoutSeconds: 10 + startupProbe: + httpGet: + path: / + port: web + scheme: HTTP + initialDelaySeconds: 120 + failureThreshold: 10 + timeoutSeconds: 2 ports: - name: web containerPort: 5000