Helm charts for webrtc servers.
-
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