{"id":15816460,"url":"https://github.com/hypnoglow/helm-chart-osrm","last_synced_at":"2025-10-27T08:46:44.674Z","repository":{"id":38298047,"uuid":"208992173","full_name":"hypnoglow/helm-chart-osrm","owner":"hypnoglow","description":"Helm chart for OSRM. 📃","archived":false,"fork":false,"pushed_at":"2023-10-30T19:04:15.000Z","size":27,"stargazers_count":7,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T17:21:36.604Z","etag":null,"topics":["charts","helm","helm-chart","osrm","osrm-backend"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypnoglow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-17T07:51:39.000Z","updated_at":"2024-07-13T16:04:48.000Z","dependencies_parsed_at":"2022-09-08T07:33:37.681Z","dependency_job_id":"ffa7785c-57ee-4149-a8cb-d5e79a004b56","html_url":"https://github.com/hypnoglow/helm-chart-osrm","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/hypnoglow/helm-chart-osrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypnoglow%2Fhelm-chart-osrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypnoglow%2Fhelm-chart-osrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypnoglow%2Fhelm-chart-osrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypnoglow%2Fhelm-chart-osrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypnoglow","download_url":"https://codeload.github.com/hypnoglow/helm-chart-osrm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypnoglow%2Fhelm-chart-osrm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265430331,"owners_count":23763982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charts","helm","helm-chart","osrm","osrm-backend"],"created_at":"2024-10-05T05:04:01.318Z","updated_at":"2025-10-27T08:46:44.668Z","avatar_url":"https://github.com/hypnoglow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helm-chart-osrm\n\n![Maintenance](https://img.shields.io/maintenance/yes/2025)\n\n[Helm](https://helm.sh/) chart for [OSRM](https://github.com/Project-OSRM/osrm-backend).\n\nNotable features:\n\n- 🗺 Out-of-the-box map management, allowing to download and persist a map by the URI. Currently supports HTTP(S) and Google Cloud Storage,\nothers (AWS S3, etc) incoming.\n- 🖴 Runs as a StatefulSet so each instance keeps its own maps in PersistentVolume.\n\nBy default, this chart deploys [osrm-routed](http://project-osrm.org/docs/v5.22.0/api/) server, but you can replace\nit with your own implementation (e.g. based on `libosrm`) if you want. \n\n## Install\n\n```bash\nhelm repo add hypnoglow https://hypnoglow.github.io/helm-charts\n\n# For Helm v2\nhelm install hypnoglow/osrm --name osrm\n\n# For Helm v3\nhelm install osrm hypnoglow/osrm\n```\n\n## Configuration\n\n### Map Management and Source Providers (modes)\n\nBy default chart has map management enabled, with `http` as a source provider. This allows you to simply specify\npublicly-accessible url to the map you want to download:\n\n```yaml\nmap:\n  http:\n    uri: https://download.openstreetmap.fr/extracts/europe/monaco.osm.pbf\n```\n\nThere are few so-called \"source providers\" you can use to download maps from:\n\n- `http` - for HTTP endpoints \n- `gcs` - for Google Cloud Storage\n\n#### Google Cloud Storage\n\nTo enable gcs as a source provider, use `--set map.source=gcs`.\n\nBy default the chart is configured to download maps from private buckets. If your bucket is public, you can disable\ncredentials requirement: `--set map.gcs.googleApplicationCredentials.enabled=false`.\n\nTo access maps in private bucket you need credentials. The chart is already configured to use secret named `osrm-google-application-credentials`\nand key `credentials.json`. This secret is not managed by the chart. You can create secret from credentials file as follows:\n\n```bash\nkubectl create secret generic osrm-google-application-credentialss \\\n    --from-file=credentials.json=/path/to/credentials.json \\\n    --dry-run -o yaml | kubectl apply -f -\n```\n\nExample `values.yaml` customization for gcs provider:\n\n```yaml\nmap:\n  source: gcs\n  gcs:\n    version: \"20200226-1\"\n    uri: \"gs://my-osrm-maps/20200226-1/map.tar.gz\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypnoglow%2Fhelm-chart-osrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypnoglow%2Fhelm-chart-osrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypnoglow%2Fhelm-chart-osrm/lists"}