From 53af4fbfba29d44cb054687a24ed7c97e9eb0758 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:10:15 +0100 Subject: [PATCH] Add immich helm with common probe(??) --- immich/helm-immich.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 28f0c6f..d7640ca 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -42,9 +42,6 @@ spec: # Automatically creating the library volume is not supported by this chart # You have to specify an existing PVC to use existingClaim: immich-claim - probes: - startup: - enabled: false # configuration is immich-config.json converted to yaml # ref: https://immich.app/docs/install/config-file/ @@ -93,6 +90,9 @@ spec: image: repository: ghcr.io/immich-app/immich-server pullPolicy: IfNotPresent + probes: + startup: + enabled: false ingress: main: enabled: true