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
- Host: GitHub
- URL: https://github.com/livekit/livekit-helm
- Owner: livekit
- License: apache-2.0
- Created: 2021-05-01T07:08:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T06:53:20.000Z (about 1 year ago)
- Last Synced: 2025-06-05T07:57:42.754Z (about 1 year ago)
- Language: Smarty
- Homepage: https://docs.livekit.io
- Size: 126 KB
- Stars: 72
- Watchers: 20
- Forks: 70
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```