Add immich helm with common probe(?????)

This commit is contained in:
Ruben Hensen
2024-12-15 19:13:33 +01:00
parent 96a7f80824
commit ef8f4983b3
+3 -3
View File
@@ -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