Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fonoster/routr
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonoster Team committed May 24, 2019
2 parents d89e58b + 1d35789 commit aa81216
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/guides/running-on-kubernetes.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
Coming soon!
This document is a short guide about running the dockerized version of Routr Server on Kubernetes.

## Run in Kubernetes

To run Routr in Kubernetes, you must set your ROUTR_EXTERN_ADDR in `k8s/routr.yml`.

> This variable must be set to the public address(if running Routr locally, use your host address)
Additionally, you must create the following Kubernetes resources:

```bash
kubectl create -f k8s/configmaps.yml
kubectl create -f k8s/redis.yml
kubectl create -f k8s/routr.yml
```

0 comments on commit aa81216

Please sign in to comment.