add the Dependencies
This commit is contained in:
parent
fc8643f0f7
commit
18a45b905a
1 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue