Skip to content

Commit

Permalink
Update overpas container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 3, 2024
1 parent 490e0bc commit 19611bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/overpass-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wiktorn/overpass-api:0.7.56.8
COPY docker-entrypoint.sh /app/
RUN chmod a+rx /app/docker-entrypoint.sh
CMD ["/app/docker-entrypoint.sh & sleep 60 && /app/bin/dispatcher --osm-base --db-dir=/db/db --attic"]
CMD ["/app/docker-entrypoint.sh"]
2 changes: 2 additions & 0 deletions osm-seed/templates/overpass-api/overpass-api-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
containers:
- 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"]
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 19611bf

Please sign in to comment.