diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | docs/setup/kubernetes.md | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -35,7 +35,6 @@ You can run HedgeDoc in a number of ways, and we created setup instructions for all of these: - [Docker](docs/setup/docker.md) -- [Kubernetes](docs/setup/kubernetes.md) - [Cloudron](docs/setup/cloudron.md) - [LinuxServer.io (multi-arch docker)](docs/setup/docker-linuxserver.md) - [Heroku](docs/setup/heroku.md) diff --git a/docs/setup/kubernetes.md b/docs/setup/kubernetes.md index 6706b911..7ece0d20 100644 --- a/docs/setup/kubernetes.md +++ b/docs/setup/kubernetes.md @@ -1,5 +1,5 @@ # Kubernetes -To install use `helm install stable/hackmd`. +HedgeDoc currently does not support any deployment via Kubernetes. -For all further details, please check out the offical HedgeDoc [K8s helm chart](https://github.com/kubernetes/charts/tree/master/stable/hackmd). +If you want to help us creating a helm chart, then feel free to contact us on [Matrix](https://chat.hedgedoc.org/) or [Discourse](https://community.hedgedoc.org/). |