init: web portal
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-06 21:16:17 +09:00
commit 5e7e245858
21 changed files with 1717 additions and 0 deletions

5
cleanup.sh Executable file
View 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 "✅ 삭제 완료"