Перейти до основного вмісту

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