add the Dependencies

This commit is contained in:
Waylon Walker 2023-10-22 19:52:05 -05:00
parent fc8643f0f7
commit 18a45b905a
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -1,3 +1,23 @@
### ntfy
Runs a self hosted ntfy service in kubernetes cluster.
## Dependencies
- [just](https://github.com/casey/just)
- [kubectl](https://kubernetes.io/docs/tasks/tools/)
- [k8s viz](https://github.com/mkimuram/k8sviz)
## usage
This service uses `just` cli to manage the deployment.
```bash
just
# list individual recipes
just -l
```
## viz
![ntfy](ntfy-k8s.png)