next-terminal/playground/deploy-k8s/stop.sh
wjluo bb65396df6
K8s yaml (#254)
* wjluo add k8s-yaml, 20220509

* Update README.md

Co-authored-by: ccoe <ccoe@wjluodeMacBook-Pro.local>
2022-05-08 14:20:59 +08:00

12 lines
667 B
Bash

kubectl delete -f mysql-service.yaml -n next-terminal
kubectl delete -f mysql-deployment.yaml -n next-terminal
kubectl delete -f mysql-claim0-persistentvolumeclaim.yaml -n next-terminal
kubectl delete -f guacd-service.yaml -n next-terminal
kubectl delete -f guacd-deployment.yaml -n next-terminal
kubectl delete -f guacd-claim0-persistentvolumeclaim.yaml -n next-terminal
kubectl delete -f next-terminal-service.yaml -n next-terminal
kubectl delete -f next-terminal-deployment.yaml -n next-terminal
kubectl delete -f next-terminal-claim0-persistentvolumeclaim.yaml -n next-terminal
kubectl delete -f next-terminal-claim1-persistentvolumeclaim.yaml -n next-terminal