From bbc0af54deb2bca6cc519e88f028028a04496bee Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:11:35 +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 d7640ca..d00fb63 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -19,6 +19,9 @@ spec: targetRevision: 0.8.5 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/ helm: values: | + probes: + startup: + enabled: false env: REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' DB_HOSTNAME: "{{ .Release.Name }}-postgresql" @@ -90,9 +93,6 @@ spec: image: repository: ghcr.io/immich-app/immich-server pullPolicy: IfNotPresent - probes: - startup: - enabled: false ingress: main: enabled: true