wip
This commit is contained in:
parent
8c0277c8f3
commit
9e2c30af22
60 changed files with 8853 additions and 232 deletions
10
pihole/justfile
Normal file
10
pihole/justfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
default: convert deploy viz
|
||||
|
||||
convert:
|
||||
kompose convert -o deployment.yaml -n pihole
|
||||
deploy:
|
||||
kubectl apply -f deployment.yaml
|
||||
viz:
|
||||
k8sviz -n pihole --kubeconfig $KUBECONFIG -t png -o pihole-k8s.png
|
||||
restart:
|
||||
kubectl rollout restart -n pihole deployment/pihole
|
||||
Loading…
Add table
Add a link
Reference in a new issue