mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add immich helm with common probe(?????)
This commit is contained in:
@@ -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
|
# -- 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 }}"
|
DB_PASSWORD: "{{ .Values.postgresql.global.postgresql.auth.password }}"
|
||||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
|
|
||||||
image:
|
|
||||||
tag: v1.119.0
|
|
||||||
probes:
|
probes:
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v1.119.0
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
metrics:
|
metrics:
|
||||||
# Enabling this will create the service monitors needed to monitor immich with the prometheus operator
|
# Enabling this will create the service monitors needed to monitor immich with the prometheus operator
|
||||||
|
|||||||
Reference in New Issue
Block a user