From cceb2eddccabfc4edbae290cb86ddd18e1a2316a Mon Sep 17 00:00:00 2001 From: Benjamin Fuller Date: Thu, 21 Feb 2019 15:58:15 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 729d19d..88de34d 100644 --- a/README.md +++ b/README.md @@ -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