[DO-1377] add readme
This commit is contained in:
24
README.md
24
README.md
@@ -1 +1,25 @@
|
|||||||
# OpenResty
|
# 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 ./
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user