mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
refactor: Update OSRM Helm chart configuration
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user