Skip to content

Commit

Permalink
[home] added startup probe to frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 13, 2024
1 parent a28b547 commit bc28e33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/home/frigate/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc28e33

Please sign in to comment.