Skip to content

Commit

Permalink
updated svc name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andykmcc committed Feb 1, 2022
1 parent 765d179 commit 442e66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphhopper.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
echo 'Fetching osm.pbf...';
curl -J "http://graphhopper-data-server-svc.$POD_NAMESPACE.svc.cluster.local/geofabrik$GEOFABRIK_PATH" -o $OSM_PBF_FILE_NAME --silent;
curl -J "http://graphhopper-data-proxy-svc.$POD_NAMESPACE.svc.cluster.local/geofabrik$GEOFABRIK_PATH" -o $OSM_PBF_FILE_NAME --silent;
echo 'Finished downloading osm.pbf.';

echo 'Fetching gtfs...';
curl -J "http://graphhopper-data-server-svc.$POD_NAMESPACE.svc.cluster.local/511$API_511_PATH" -o $API_511_FILE_NAME --silent;
curl -J "http://graphhopper-data-proxy-svc.$POD_NAMESPACE.svc.cluster.local/511$API_511_PATH" -o $API_511_FILE_NAME --silent;
echo 'Finished downloading gtfs.';

exec java -jar *.jar server /graphhopper/bay-area/config.yml

0 comments on commit 442e66a

Please sign in to comment.