🔨(tilt) improve tilt stack stability

* Increase the backoff limit on jobs
* Add redis dependency for livekit
This commit is contained in:
Florent Chehab
2026-03-12 11:57:19 +01:00
parent cb9e994749
commit 8887e811d3
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ spec:
/usr/bin/mc mb meet/meet-media-storage && \
exit 0
restartPolicy: Never
backoffLimit: 1
backoffLimit: 3
---
apiVersion: batch/v1
kind: Job
@@ -135,4 +135,4 @@ spec:
/usr/bin/mc event add meet/meet-media-storage arn:minio:sqs::meet-webhook:webhook --event put --prefix "recordings" && \
exit 0
restartPolicy: Never
backoffLimit: 1
backoffLimit: 3