From aeed7183e8cc58086e202456cab7ca69b2577034 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:33:40 +0100 Subject: [PATCH] Add immich helm with common probe(????????) --- immich/helm-immich.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index bc82beb..7d5a1cb 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -91,7 +91,12 @@ spec: pullPolicy: IfNotPresent probes: startup: - enabled: false + enabled: true + spec: + initialDelaySeconds: 0 + timeoutSeconds: 1 + periodSeconds: 5 + failureThreshold: 100 ingress: main: enabled: true