From 57c731e5cd1b41ac19cfccf3e2ecfc7e90932ac9 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 21:14:37 +0100 Subject: [PATCH] Immich startupProbe remove 3 --- immich/helm-immich.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index a92802a..a689151 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -89,7 +89,10 @@ spec: image: repository: ghcr.io/immich-app/immich-server pullPolicy: IfNotPresent - startupProbe: {} + startupProbe: + httpGet: null + exec: null + tcpSocket: null ingress: main: enabled: true