zkt26/z2/stop-app.sh
2026-04-08 22:04:55 +02:00

5 lines
233 B
Bash

#!/bin/bash
kubectl delete deployment backend frontend -n todo-app --ignore-not-found=true
kubectl delete service backend frontend -n todo-app --ignore-not-found=true
kubectl delete statefulset db -n todo-app --ignore-not-found=true