Update README.md
This commit is contained in:
@@ -9,17 +9,17 @@ helm package ./
|
||||
Добавление репозитория
|
||||
|
||||
```bash
|
||||
helm repo add avroid https://nexus.avroid.tech/repository/devops-helm-release
|
||||
helm repo add avroid https://nexus.avroid.tech/repository/avroid-charts
|
||||
```
|
||||
|
||||
Установка репозитория
|
||||
|
||||
```bash
|
||||
helm install -n api-gateway -f custom_values.yaml openresty ./
|
||||
helm install -n tavro-cloud-dev -f values.yaml openresty ./
|
||||
```
|
||||
|
||||
Обновления приложения
|
||||
|
||||
```bash
|
||||
helm upgrade -n api-gateway -f custom_values.yaml openresty ./
|
||||
helm upgrade -n tavro-cloud-dev -fvalues.yaml openresty ./
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user