Merge pull request #646 from hedgedoc/kubernetes

This commit is contained in:
David Mehren 2021-01-04 13:35:24 +01:00 committed by GitHub
commit 9f191bd58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -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/).