Skip to content

livekit/livekit-helm

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4312a11 · Feb 3, 2024
Dec 15, 2023
Jan 24, 2024
May 12, 2023
Feb 3, 2024
Jan 12, 2024
Oct 13, 2021
Sep 17, 2022
Jan 13, 2024
May 2, 2021
May 19, 2022
Oct 24, 2022
Jun 16, 2021
Sep 7, 2023
Jun 26, 2023
Aug 23, 2023
Aug 6, 2023

Repository files navigation

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