Skip to content

Commit 3b51c6f

Browse files
committedJul 11, 2020
Update README
1 parent 2295275 commit 3b51c6f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ A community Upterm server is running at `uptermd.upterm.dev` and `upterm` points
145145

146146
## Deploy Uptermd
147147

148+
### Heroku
149+
148150
The easiest and the cheapest way to deploy a [Upterm server](https://github.com/jingweno/upterm/tree/master/cmd/uptermd) (a.k.a. `uptermd`) is to use [Heroku](https://heroku.com).
149151
Heroku offers [free Dyno hours](https://www.heroku.com/pricing) which should be sufficient for most casual uses.
150152

@@ -180,6 +182,19 @@ $ upterm host --server wss://YOUR_HEROKU_APP_URL -- YOUR_COMMAND
180182
$ ssh -o ProxyCommand='upterm proxy wss://TOKEN@YOUR_HEROKU_APP_URL' TOKEN@YOUR_HEROKU_APP_URL:443
181183
```
182184

185+
### Kubernetes
186+
187+
You can deploy uptermd to a Kubernetes cluster. Install it with [helm](https://helm.sh):
188+
189+
```
190+
$ helm repo add upterm 'https://raw.githubusercontent.com/jingweno/upterm/master/'
191+
$ helm repo update
192+
$ helm search upterm
193+
NAME VERSION DESCRIPTION
194+
upterm/uptermd 0.4.1 Secure Terminal Sharing
195+
$ helm install upterm/uptermd
196+
```
197+
183198
## License
184199

185200
[Apache 2.0](https://github.com/jingweno/upterm/blob/master/LICENSE)

‎charts/uptermd/Chart.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ home: https://upterm.dev
88
sources:
99
- https://github.com/jingweno/upterm
1010
dependencies:
11-
#- name: stable/nginx-ingress
1211
maintainers:
1312
- name: Owen Ou
1413
email: o@owenou.com
1514
url: https://github.com/jingweno
16-

0 commit comments

Comments
 (0)