mirror of
https://github.com/livekit/livekit-helm.git
synced 2025-12-16 01:13:05 +00:00
LiveKit Helm charts
| .github/workflows | ||
| egress | ||
| examples | ||
| ingress | ||
| livekit-server | ||
| .gitignore | ||
| deploy-egress.sh | ||
| deploy-ingress.sh | ||
| deploy.sh | ||
| egress-sample.yaml | ||
| gclb-sample.yaml | ||
| ingress-sample.yaml | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| server-sample.yaml | ||
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