Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snapp-incubator/webrtc-charts
- Owner: snapp-incubator
- License: mit
- Created: 2021-08-16T17:21:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T08:19:44.000Z (8 months ago)
- Last Synced: 2024-06-19T17:09:25.378Z (8 months ago)
- Topics: helm, janus, janus-gateway, kubernetes, kubernetes-deployment, mediaserver, okd, webrtc
- Language: Smarty
- Homepage:
- Size: 81.1 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```