From 1aba8592d59d8b8cdeec4ed1ff56105a9dd78be5 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:18:14 +0100 Subject: [PATCH] Add immich helm with common probe(???????) --- immich/helm-immich.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 15bead2..bc82beb 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -89,6 +89,9 @@ spec: image: repository: ghcr.io/immich-app/immich-server pullPolicy: IfNotPresent + probes: + startup: + enabled: false ingress: main: enabled: true @@ -124,9 +127,7 @@ spec: accessMode: ReadWriteMany # storageClass: your-class - probes: - startup: - enabled: false + destination: server: https://kubernetes.default.svc namespace: immich \ No newline at end of file