Files
openresty/README.md
2024-12-02 19:09:53 +03:00

473 B

OpenResty

Создание пакета для Helm чарта

helm package  ./ 

Добавление репозитория

helm repo add avroid https://nexus.avroid.tech/repository/devops-helm-release

Установка репозитория

helm install -n api-gateway -f custom_values.yaml  openresty ./

Обновления приложения

helm upgrade -n api-gateway -f custom_values.yaml  openresty ./