summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2018-06-17 23:05:13 +0200
committerSheogorath2018-06-17 23:38:25 +0200
commit6ffe8875bf4fe4106e3707426ec7304d441b27f9 (patch)
tree81a6173e32a5543a8491950feed6137e53dc73d3
parent4fcefebe5c968aaed6c770896ce90e2a62992aab (diff)
Add K8s note in README
We have an official K8s chart for helm out there but probably no one knows about it. Let's advertise it a bit! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba041825..893e68ea 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Thanks for using! :smile:
- [Prerequisite](#prerequisite)
- [Instructions](#instructions)
- [Heroku Deployment](#heroku-deployment)
+ - [Kubernetes](#kubernetes)
- [HackMD by docker container](#hackmd-by-docker-container)
- [Upgrade](#upgrade)
- [Native setup](#native-setup)
@@ -78,6 +79,12 @@ You can quickly setup a sample Heroku HackMD application by clicking the button
If you deploy it without the button, keep in mind to use the right buildpacks. For details check `app.json`.
+## Kubernetes
+
+To install use `helm install stable/hackmd`.
+
+For all further details, please check out the offical HackMD [K8s helm chart](https://github.com/kubernetes/charts/tree/master/stable/hackmd).
+
## HackMD by docker container
[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hackmdio/docker-hackmd/raw/master/docker-compose.yml&stack_name=hackmd)