K8s yaml (#254)
* wjluo add k8s-yaml, 20220509 * Update README.md Co-authored-by: ccoe <ccoe@wjluodeMacBook-Pro.local>
This commit is contained in:
11
playground/deploy-k8s/stop.sh
Normal file
11
playground/deploy-k8s/stop.sh
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user