Skip to content

Commit

Permalink
Merge pull request #32 from alexandrud/osrm-backend
Browse files Browse the repository at this point in the history
disable health checks when init is true
  • Loading branch information
alexandrud authored Jan 25, 2021
2 parents 14c0d9e + c0f0411 commit 9d9ab96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/osrm-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: osrm-backend
description: Helm chart for Open Source Routing Machine
type: application
version: 0.0.9
version: 0.0.10
appVersion: "v5.23.0"
keywords:
- maps
Expand Down
2 changes: 1 addition & 1 deletion charts/osrm-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
cd /data &&
wget http://download.geofabrik.de/europe/romania-latest.osm.pbf &&
cd $OLDPWD &&
osrm-extract -p /opt/car.lua /data/romania-latest.osrm &&
osrm-extract -p /opt/car.lua /data/romania-latest.osm.pbf &&
osrm-partition /data/romania-latest.osrm &&
osrm-customize /data/romania-latest.osrm &&
rm -rf /data/romania-latest.osm.pbf
Expand Down

0 comments on commit 9d9ab96

Please sign in to comment.