Skip to content

Commit

Permalink
update deployment yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
szpnygo committed Oct 12, 2022
1 parent 614546f commit 6b55901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@

gtc is a p2p terminal chat app, using webrtc. All conversation content will not pass through the server.

## TODO
- [ ] Support config the ice server
- [ ] Room list shows the number of people online

## Getting Started

### Install

```bash
go install github.com/szpnygo/gtc@v0.2.1
go install github.com/szpnygo/gtc@v0.2.2
```

or you can download from release
Expand Down
2 changes: 2 additions & 0 deletions deployment/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
containers:
- args:
- server
- -r
- golang,movie,meta,job,tech,idea
command:
- /app/gtc
image: neosu/gtc
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.1
v0.2.2

0 comments on commit 6b55901

Please sign in to comment.