Thanks to visit codestin.com
Credit goes to github.com

Skip to content

misi/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Prerequisites

  • Kubernetes 1.10+ with Beta APIs enabled

Install

  1. Add the observertc helm repository to your local repos.
  helm repo add observertc https://observertc.github.io/helm/
  1. Verify that observertc is added by typing helm search repo observertc. You should see something like this:
NAME                            CHART VERSION   APP VERSION     DESCRIPTION                                       
observertc/webrtc-observer      21.3.0          0.7.0        

You probably need to configure the observer, so take a chance and define your own values.yaml based on the default one.

  1. Install

If you saved your configuration into values.yaml, then:

  helm install my-release -f values.yaml observertc/webrtc-observer

Uninstall

To uninstall/delete the my-release deployment:

$ helm delete --purge my-release

The command removes all the Kubernetes components associated with the chart and deletes the release completely.

Configurations

TBD

About

Helm repository to deploy ObserveRTC services in kubernetes

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published