Add immich helm with common probe(???)

This commit is contained in:
Ruben Hensen
2024-12-15 19:11:35 +01:00
parent 53af4fbfba
commit bbc0af54de
+3 -3
View File
@@ -19,6 +19,9 @@ spec:
targetRevision: 0.8.5 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/ targetRevision: 0.8.5 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/
helm: helm:
values: | values: |
probes:
startup:
enabled: false
env: env:
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}'
DB_HOSTNAME: "{{ .Release.Name }}-postgresql" DB_HOSTNAME: "{{ .Release.Name }}-postgresql"
@@ -90,9 +93,6 @@ spec:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
probes:
startup:
enabled: false
ingress: ingress:
main: main:
enabled: true enabled: true