refactor: Update OSRM Helm chart configuration

This commit is contained in:
2024-08-19 22:08:17 +08:00
parent 19daea6767
commit 0ae1fcd304
2 changed files with 266 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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
```