/webrtc-charts

helm chart for janus gateway

Primary LanguageSmartyMIT LicenseMIT

WebRTC Charts

Helm charts for webrtc servers.

Supported servers

Installation

  • clone the repository

  • install helm tool

  • login to your kubernetes cluster

  • choose chart

    chart_name=<from_supported_charts>
  • install chart

    helm upgrade --install $chart_name charts/$chart_name
  • uninstall chart

    helm uninstall $chart_name