Update README.md
This commit is contained in:
@@ -9,17 +9,17 @@ helm package ./
|
|||||||
Добавление репозитория
|
Добавление репозитория
|
||||||
|
|
||||||
```bash
|
```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
|
```bash
|
||||||
helm install -n api-gateway -f custom_values.yaml openresty ./
|
helm install -n tavro-cloud-dev -f values.yaml openresty ./
|
||||||
```
|
```
|
||||||
|
|
||||||
Обновления приложения
|
Обновления приложения
|
||||||
|
|
||||||
```bash
|
```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