This commit is contained in:
Waylon Walker 2023-10-22 19:46:50 -05:00
parent 6c04a312d7
commit 8a7876b841
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 204 additions and 0 deletions

9
ntfy/justfile Normal file
View file

@ -0,0 +1,9 @@
default: convert deploy viz
convert:
kompose convert -o deployment.yaml -n ntfy
deploy:
kubectl apply -f deployment.yaml
viz:
k8sviz -n ntfy --kubeconfig ~/.config/kube/falcon-k3s.yaml -t png -o ntfy-k8s.png
restart:
kubectl rollout restart -n ntfy deployment/ntfy