[DO-1377] add readme

This commit is contained in:
Rustam Tagaev
2024-12-02 19:09:53 +03:00
parent 421e10a55c
commit 5a48727454

View File

@@ -1 +1,25 @@
# OpenResty
Создание пакета для Helm чарта
```bash
helm package ./
```
Добавление репозитория
```bash
helm repo add avroid https://nexus.avroid.tech/repository/devops-helm-release
```
Установка репозитория
```bash
helm install -n api-gateway -f custom_values.yaml openresty ./
```
Обновления приложения
```bash
helm upgrade -n api-gateway -f custom_values.yaml openresty ./
```