Skip to content

Commit

Permalink
Update helm template for overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 4, 2024
1 parent e8a1aed commit 30514ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm-seed/templates/overpass-api/overpass-api-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +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"]
# command: ["/bin/sh", "-c"]
# args: ["/app/docker-entrypoint.sh"]
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 30514ae

Please sign in to comment.