From 8d2bf2ee283962e465bc9d01eea3df77e1bf79b6 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 23:09:26 +0100 Subject: [PATCH] Try preinflated immich with delay 2 --- immich/immich.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/immich.yaml b/immich/immich.yaml index 78b383f..ed649b9 100644 --- a/immich/immich.yaml +++ b/immich/immich.yaml @@ -562,7 +562,7 @@ spec: httpGet: path: /ping port: http - initialDelaySeconds: 600 + initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 volumes: @@ -646,7 +646,7 @@ spec: httpGet: path: /api/server/ping port: http - initialDelaySeconds: 0 + initialDelaySeconds: 600000 periodSeconds: 10 timeoutSeconds: 1 volumes: