diff --git a/apps/arr/homarr/homarr-deployment.yaml b/apps/arr/homarr/homarr-deployment.yaml index 3aa4213..7752891 100644 --- a/apps/arr/homarr/homarr-deployment.yaml +++ b/apps/arr/homarr/homarr-deployment.yaml @@ -43,7 +43,7 @@ spec: httpGet: path: / port: 7575 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 @@ -51,9 +51,9 @@ spec: httpGet: path: / port: 7575 - initialDelaySeconds: 15 - periodSeconds: 5 - timeoutSeconds: 3 + initialDelaySeconds: 45 + periodSeconds: 10 + timeoutSeconds: 5 failureThreshold: 3 volumes: - name: homarr-config