zkt25/ z2/stop-app.sh

13 lines
195 B
Bash

#!/bin/bash
kubectl delete -f service.yaml
kubectl delete -f statefulset.yaml
kubectl delete -f deployment.yaml
kubectl delete -f namespace.yaml
# ост все конт
docker-compose down