Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Fuller authored Feb 21, 2019
1 parent 5cb1366 commit cceb2ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ $ cf push

Now, if you visit https://pong-queue.mycf.example, your queue should be up and running!

## Deploying on Kubernetes

If you want to deploy against kubernetes, you should first create a static global ip called `pong-ip` and a certificated called `tls-secret`. Then simply apply everything in the k8s folder(with modified env variables if needed) and point the dns toward the static ip that was allocated.

## TODO
* Allow customization of branding (icon, colors, etc.)
* WebExtension

0 comments on commit cceb2ed

Please sign in to comment.