mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Add empty startupprobe image
This commit is contained in:
@@ -20,7 +20,6 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
env:
|
env:
|
||||||
startupProbe: {}
|
|
||||||
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"
|
||||||
DB_USERNAME: "{{ .Values.postgresql.global.postgresql.auth.username }}"
|
DB_USERNAME: "{{ .Values.postgresql.global.postgresql.auth.username }}"
|
||||||
@@ -31,6 +30,7 @@ spec:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v1.119.0
|
tag: v1.119.0
|
||||||
|
startupProbe: {}
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
metrics:
|
metrics:
|
||||||
|
|||||||
Reference in New Issue
Block a user