Skip to main content

Kubernetes

To run in Kubernetes, we've prepared a public Helm chart.

Installation

Add the helm repository and update the cache:

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

Update

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

Removal

helm delete yucca