10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
kubectl delete -f kubi/service.yaml
|
|
kubectl delete -f kubi/deployment.yaml
|
|
kubectl delete -f kubi/statefulset.yaml
|
|
kubectl delete configmap db-init-script -n webform-app
|
|
kubectl delete -f kubi/namespace.yaml
|
|
|
|
# stop the minikube
|
|
minikube stop
|