added K8s-Deployment and edited README

This commit is contained in:
Carl Sander
2021-08-18 08:38:05 +00:00
parent f1e5e53e8f
commit 60b0ee2959
8 changed files with 142 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti
Browse to http://localhost:3001 after started.
### ☸️ Kubernetes
See more [here](kubernetes/README.md)
If you want to change **port** and **volume**, or need to browse via a reserve proxy, please read <a href="https://github.com/louislam/uptime-kuma/wiki/Installation#docker">wiki</a>.