1
0
Fork 0
mirror of https://github.com/livekit/livekit-helm.git synced 2025-12-16 01:13:05 +00:00
LiveKit Helm charts
Find a file
2025-06-04 23:53:18 -07:00
.github/workflows adding workflow_dispatch to testing for manual runs (#90) 2023-12-15 12:14:12 -07:00
egress Update egress to 1.9.0 (#118) 2025-01-06 17:12:30 -08:00
examples adding gke-vpc-native loadbalancer configuration (#66) 2023-05-11 23:25:30 -07:00
ingress Update ingress to v1.4.3 (#117) 2024-12-13 11:25:28 -08:00
livekit-server version bump to 1.9.0 (#129) 2025-06-04 23:53:18 -07:00
.gitignore update gitignore 2021-10-12 22:17:17 -07:00
deploy-egress.sh Egress (#27) 2022-05-19 11:57:36 -07:00
deploy-ingress.sh livekit-ingress chart (#51) 2022-10-24 13:48:41 -06:00
deploy.sh remove default values for tls 2021-06-16 14:45:11 -07:00
egress-sample.yaml Do not add the SYS_ADMIN cap for egress (#81) 2023-09-07 14:53:03 -07:00
gclb-sample.yaml feat: Google NEG annotations for GCLB (#69) 2023-06-26 16:54:53 -07:00
ingress-sample.yaml Default to using single port UDP for Ingress; updated versions. (#80) 2023-08-23 13:02:16 -07:00
LICENSE Added license (#47) 2022-09-16 19:08:33 -07:00
NOTICE Add NOTICE (#92) 2024-01-12 17:12:38 -08:00
README.md readme and deployment script 2021-05-02 15:31:25 -07:00
server-sample.yaml Change default TURN/UDP port to 3478 (#79) 2023-08-06 13:34:20 -07:00

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