Add invidious force restart script
This commit is contained in:
parent
f7cd874bd7
commit
120328876b
6
kubernetes/restart-invidious.sh
Executable file
6
kubernetes/restart-invidious.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
|
||||
kubectl delete pods -l app=invidious -n invidious-ns
|
||||
|
||||
echo "Deleted pods"
|
Loading…
Reference in New Issue
Block a user