Skip to content

snapp-incubator/webrtc-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Charts

Helm charts for webrtc servers.

Supported servers

Installation

  • clone the repository

  • install helm tool

  • login to your kubernetes cluster

  • choose chart

    chart=<from_supported_charts>
  • install chart

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

    helm uninstall $chart