Merge pull request '[DO-1543] Update README.md' (#3) from feature/DO-1543_change_readme into master

Reviewed-on: https://git.avroid.tech/Helm/openresty/pulls/3
Reviewed-by: Rustam Tagaev <rustam.tagaev@avroid.team>
This commit is contained in:
Rustam Tagaev
2025-01-30 18:44:29 +03:00

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