From d44d2c26bdf1f7fb73ad5d832f3155ac43b8c6ae Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 00:31:52 +0100 Subject: [PATCH] Try preinflated immich namespace with different startupprobe values --- immich/immich.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/immich.yaml b/immich/immich.yaml index e60f3d7..1ebe0ee 100644 --- a/immich/immich.yaml +++ b/immich/immich.yaml @@ -642,11 +642,11 @@ spec: periodSeconds: 10 timeoutSeconds: 1 startupProbe: - failureThreshold: 30 + failureThreshold: 100 httpGet: path: /api/server/ping port: http - initialDelaySeconds: 600000 + initialDelaySeconds: 120 periodSeconds: 10 timeoutSeconds: 1 volumes: