From 5c7738e712bc1b131ce3fa5e57b1d3f20f5be2bc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 21:07:25 +0100 Subject: [PATCH] Immich startupProbe remove --- immich/helm-immich.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 4e0dd98..c55f8fb 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -32,6 +32,7 @@ spec: tag: v1.119.0 immich: + startupProbe: {} metrics: # Enabling this will create the service monitors needed to monitor immich with the prometheus operator enabled: false @@ -41,11 +42,11 @@ spec: # Automatically creating the library volume is not supported by this chart # You have to specify an existing PVC to use existingClaim: immich-claim + # configuration is immich-config.json converted to yaml # ref: https://immich.app/docs/install/config-file/ # - configuration: - startupProbe: {} + configuration: {} # trash: # enabled: false # days: 30