Skip to content

Commit 275622b

Browse files
authored
fix(helm): Longer wait for DB (#10818)
1 parent 2d285cb commit 275622b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/defectdojo/templates/initializer-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
command:
5454
- '/bin/bash'
5555
- '-c'
56-
- '/wait-for-it.sh ${DD_DATABASE_HOST:-postgres}:${DD_DATABASE_PORT:-5432} -t 30 -s -- /bin/echo Database is up'
56+
- '/wait-for-it.sh ${DD_DATABASE_HOST:-postgres}:${DD_DATABASE_PORT:-5432} -t 300 -s -- /bin/echo Database is up'
5757
image: '{{ template "django.uwsgi.repository" . }}:{{ .Values.tag }}'
5858
imagePullPolicy: {{ .Values.imagePullPolicy }}
5959
{{- if .Values.securityContext.enabled }}

0 commit comments

Comments
 (0)