forked from fonoster/routr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/fonoster/routr
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |