From 487c206a06643671930f46fc98b31d69b1414165 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:16:50 +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 2d8f228..15bead2 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -27,9 +27,6 @@ spec: # -- You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance DB_PASSWORD: "{{ .Values.postgresql.global.postgresql.auth.password }}" IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' - probes: - startup: - enabled: false image: tag: v1.119.0 @@ -126,6 +123,10 @@ spec: type: emptyDir accessMode: ReadWriteMany # storageClass: your-class + + probes: + startup: + enabled: false destination: server: https://kubernetes.default.svc namespace: immich \ No newline at end of file