Перейти к основному содержимому

Kubernetes

Для запуска в Kubernetes мы подготовили публичный Helm chart.

Установка

Подключите helm репозиторий и обновите кэш:

helm repo add yuccastream https://gitlab.com/api/v4/projects/yuccastream%2Fcharts/packages/helm/stable
helm repo update
helm install --set='image.tag=latest' yucca yuccastream/yucca

Обновление

helm upgrade --set='image.tag=latest' yucca yuccastream/yucca

Удаление

helm delete yucca