zkt25/z2/stop-app.sh

8 lines
170 B
Bash

#!/bin/bash
# filepath: stop-app.sh
kubectl delete -f service.yaml
kubectl delete -f deployment.yaml
kubectl delete -f statefulset.yaml
kubectl delete -f namespace.yaml