From ef8f4983b34efa5dd3c65d7cebf218e62f9c5392 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 19:13:33 +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 2b69dbc..2d8f228 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -27,13 +27,13 @@ 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 }}' - - image: - tag: v1.119.0 probes: startup: enabled: false + image: + tag: v1.119.0 + immich: metrics: # Enabling this will create the service monitors needed to monitor immich with the prometheus operator