diff options
author | Laura Sofia Enriquez <lsofia.enriquez@gmail.com> | 2018-02-03 01:16:08 -0300 |
---|---|---|
committer | Laura Sofia Enriquez <lsofia.enriquez@gmail.com> | 2018-02-21 01:33:36 -0300 |
commit | 3e6b79e26a01a4b457b005cf77c1df3f5a50b934 (patch) | |
tree | 13c2b64d08e3be1293318de52d6f08340dd41626 /src/helm-charts/clearwater/templates/NOTES.txt | |
parent | 5ed69809f33e546bf3e06dc285a90e0818c89ceb (diff) |
Clearwater Helm Chart
Custom chart to deploy Clearwater with k8s.
This patch depends of gerrit #50467
Change-Id: I5621909d768e6d91668aad9aae70869ae10acecf
JIRA: CONTAINER-22
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
Diffstat (limited to 'src/helm-charts/clearwater/templates/NOTES.txt')
-rw-r--r-- | src/helm-charts/clearwater/templates/NOTES.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/helm-charts/clearwater/templates/NOTES.txt b/src/helm-charts/clearwater/templates/NOTES.txt index e69de29..058b997 100644 --- a/src/helm-charts/clearwater/templates/NOTES.txt +++ b/src/helm-charts/clearwater/templates/NOTES.txt @@ -0,0 +1,19 @@ +Thank you for installing {{ .Chart.Name }}. + +Your release is named {{ .Release.Name }}. + +To learn more about the release, try: + + $ helm status {{ .Release.Name }} + $ helm get {{ .Release.Name }} + +The deployment exposes: + + - the Ellis web UI on {{ .Value.config.ip }}30080 for self-provisioning. + - STUN/TURN on port 3478 for media relay. + - SIP on port 5060 for service. + - SIP/WebSocket on port 5062 for service. + +SIP devices can register with bono.:5060 and the Ellis provisioning interface can be accessed at port 30080. + +Make a call: http://clearwater.readthedocs.io/en/stable/Making_your_first_call.html |