Update README.md

This commit is contained in:
Dmitrij Prokov
2025-01-30 13:54:13 +03:00
parent a8fbbfa9b8
commit 15bdf2b773

View File

@@ -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 ./
```