mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
12 lines
316 B
Markdown
12 lines
316 B
Markdown
# osrm
|
|
|
|
```bash
|
|
# This file can update the OSRM Helm chart's default configuration values.
|
|
helm repo add hypnoglow https://hypnoglow.github.io/helm-charts/
|
|
helm repo update
|
|
helm upgrade --cleanup-on-fail \
|
|
--install osrm-be hypnoglow/osrm \
|
|
--namespace osrm-be \
|
|
--create-namespace \
|
|
--values values.yaml
|
|
``` |