Skip to content

Commit

Permalink
chore: reduce wait time for migration--job
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Aug 30, 2021
1 parent 65a5784 commit 8467e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chatwoot/templates/migrations-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
initContainers:
- name: init-wait
image: busybox:1.28
command: ["sh", "-c", "sleep 120"]
command: ["sh", "-c", "sleep 20"]
- name: init-postgres
image: busybox:1.28
command: ["sh", "-c", "until nslookup {{ template "chatwoot.postgresql.host" . }} ; do echo waiting for {{ template "chatwoot.postgresql.host" . }}; sleep 2; done;"]
Expand Down

0 comments on commit 8467e4e

Please sign in to comment.