Skip to content

feat(charts): add umbrella chart livekit-stack#141

Open
ahmdsye wants to merge 2 commits into
livekit:masterfrom
ahmdsye:umbrella-helm
Open

feat(charts): add umbrella chart livekit-stack#141
ahmdsye wants to merge 2 commits into
livekit:masterfrom
ahmdsye:umbrella-helm

Conversation

@ahmdsye

@ahmdsye ahmdsye commented Nov 1, 2025

Copy link
Copy Markdown

Summary

This PR introduces a new umbrella Helm chart livekit-stack, which deploys the LiveKit Server, Ingress, and Egress components together as a single release.

It simplifies installation and management in environments such as ArgoCD or other GitOps setups, where users prefer managing the full LiveKit stack under one application.

Details

  • Adds a new chart: charts/livekit-stack
  • The chart defines no templates of its own — it simply includes subcharts for:
    • livekit-server
    • ingress
    • egress
  • Dependencies are referenced via file:// paths to sibling charts, matching the existing repo structure.
  • Designed to make multi-component deployments easier to manage and visualize.

Example Usage

helm dependency update charts/livekit-stack
helm install livekit-stack charts/livekit-stack

@CLAassistant

CLAassistant commented Nov 1, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants