Skip to content

Commit

Permalink
Merge pull request #22 from alexandrud/osrm-backend
Browse files Browse the repository at this point in the history
move generated data in the root of the NFS drive
  • Loading branch information
alexandrud authored Jan 25, 2021
2 parents cbf6435 + 9f95c30 commit 4c62a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nominatim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nominatim
description: Helm chart for Nominatim
type: application
version: 0.0.1
version: 0.0.2
appVersion: "3.4"
keywords:
- maps
Expand Down
3 changes: 2 additions & 1 deletion charts/nominatim/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ spec:
apt install wget &&
cd /data &&
wget http://download.geofabrik.de/europe/romania-latest.osm.pbf &&
/bin/bash /app/init.sh /data/romania-latest.osm.pbf postgresdata 3
/bin/bash /app/init.sh /data/romania-latest.osm.pbf pgdata 3 &&
mv /data/pgdata/* /data/
{{- else }}
- /bin/bash
- /app/start.sh
Expand Down

0 comments on commit 4c62a0c

Please sign in to comment.