diff --git a/servers/legion/k8s/media/bazarr.yaml b/servers/legion/k8s/media/bazarr.yaml index c148d2f..8aca739 100644 --- a/servers/legion/k8s/media/bazarr.yaml +++ b/servers/legion/k8s/media/bazarr.yaml @@ -52,8 +52,15 @@ spec: httpGet: path: / port: 6767 - initialDelaySeconds: 30 + initialDelaySeconds: 120 periodSeconds: 30 + failureThreshold: 5 + readinessProbe: + httpGet: + path: / + port: 6767 + initialDelaySeconds: 60 + periodSeconds: 15 volumes: - name: config persistentVolumeClaim: