You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Thanks for using! :smile:
26
26
-[Prerequisite](#prerequisite)
27
27
-[Instructions](#instructions)
28
28
-[Heroku Deployment](#heroku-deployment)
29
+
-[Kubernetes](#kubernetes)
29
30
-[HackMD by docker container](#hackmd-by-docker-container)
30
31
-[Upgrade](#upgrade)
31
32
-[Native setup](#native-setup)
@@ -78,6 +79,12 @@ You can quickly setup a sample Heroku HackMD application by clicking the button
78
79
79
80
If you deploy it without the button, keep in mind to use the right buildpacks. For details check `app.json`.
80
81
82
+
## Kubernetes
83
+
84
+
To install use `helm install stable/hackmd`.
85
+
86
+
For all further details, please check out the offical HackMD [K8s helm chart](https://github.com/kubernetes/charts/tree/master/stable/hackmd).
87
+
81
88
## HackMD by docker container
82
89
[](http://play-with-docker.com?stack=https://github.com/hackmdio/docker-hackmd/raw/master/docker-compose.yml&stack_name=hackmd)
0 commit comments