An open API service indexing awesome lists of open source software.

https://github.com/livekit/livekit-helm

LiveKit Helm charts
https://github.com/livekit/livekit-helm

Last synced: 11 months ago
JSON representation

LiveKit Helm charts

Awesome Lists containing this project

README

          

LiveKit's helm charts are published on S3.

## Installing helm

Add it to your helm repo with:

```shell
helm repo add livekit https://helm.livekit.io
```

Customize values in values-sample.yaml

Then install the chart

```shell
helm install livekit/livekit-server --namespace --values values.yaml
```

## For LiveKit Helm developers

Publishing requires helm-s3 plugin

```shell
helm plugin install https://github.com/hypnoglow/helm-s3.git
AWS_REGION=us-east-1 helm repo add livekit s3://livekit-helm

./deploy.sh
```