Skip to content

Commit

Permalink
Fix cli for overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 3, 2024
1 parent 19611bf commit 3248626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: {{ .Chart.Name }}-overpass-api
image: "{{ .Values.overpassApi.image.name }}:{{ .Values.overpassApi.image.tag }}"
command: ["/bin/sh", "-c"]
args: ["/app/docker-entrypoint.sh && sleep 60 && /app/bin/dispatcher --osm-base --db-dir=/db/db --attic"]
args: ["/app/docker-entrypoint.sh & sleep 60 && /app/bin/dispatcher --osm-base --db-dir=/db/db --attic"]
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 3248626

Please sign in to comment.