mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-24 01:01:20 +00:00
Merge pull request #646 from hedgedoc/kubernetes
This commit is contained in:
commit
9f191bd58f
2 changed files with 2 additions and 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)
|
||||
|
|
|
@ -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/).
|
||||
|
|
Loading…
Reference in a new issue