This commit is contained in:
5
cleanup.sh
Executable file
5
cleanup.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "Web Portal 전체 삭제 중..."
|
||||
kubectl delete namespace web-portal --ignore-not-found
|
||||
docker rmi portal-backend:latest portal-frontend:latest 2>/dev/null || true
|
||||
echo "✅ 삭제 완료"
|
||||
Reference in New Issue
Block a user