Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snapp-incubator/webrtc-charts

helm chart for janus gateway
https://github.com/snapp-incubator/webrtc-charts

helm janus janus-gateway kubernetes kubernetes-deployment mediaserver okd webrtc

Last synced: 3 months ago
JSON representation

helm chart for janus gateway

Awesome Lists containing this project

README

        

# WebRTC Charts

Helm charts for webrtc servers.

## Supported servers

- [janus](https://github.com/meetecho/janus-gateway)

- [ion-sfu](https://github.com/pion/ion-sfu)

## Installation

- clone the repository

- install helm tool

- login to your kubernetes cluster

- choose chart

```zsh
chart=
```

- install chart

```zsh
helm upgrade --install $chart charts/$chart
```

- uninstall chart

```zsh
helm uninstall $chart
```