Add basic kubernetes manifest

Closes #50
This commit is contained in:
Hannes Körber
2020-04-13 19:38:24 +02:00
parent 1c9ea0eda7
commit 1735fda48f
7 changed files with 281 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ While intermediate updates can be skipped when updating please make sure to **re
2. Pull the latest image using `docker-compose pull`
3. Start the container again using `docker-compose up -d`
## Kubernetes
You can find a basic kubernetes setup [here](docs/k8s/). Please see the README in the folder for more detail.
# Documentation
Most things should be straight forward but there are some more complicated things.