livekit / livekit-helm

LiveKit Helm charts

Home Page:https://docs.livekit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveKit's helm charts are published on S3.

Installing helm

Add it to your helm repo with:

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

Customize values in values-sample.yaml

Then install the chart

helm install <instance_name> livekit/livekit-server --namespace <namespace> --values values.yaml

For LiveKit Helm developers

Publishing requires helm-s3 plugin

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

./deploy.sh

About

LiveKit Helm charts

https://docs.livekit.io

License:Apache License 2.0


Languages

Language:Smarty 87.9%Language:Shell 12.1%