mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Add immich helm with common probe(????)
This commit is contained in:
@@ -19,9 +19,6 @@ 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"
|
||||||
@@ -33,7 +30,9 @@ spec:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v1.119.0
|
tag: v1.119.0
|
||||||
startupProbe: {}
|
probes:
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
metrics:
|
metrics:
|
||||||
|
|||||||
Reference in New Issue
Block a user