Add undeploy script and ensure namespace function for Kubernetes management

This commit is contained in:
William Valentin
2025-09-06 02:46:11 -07:00
parent 5852626c10
commit 48a2802411
3 changed files with 330 additions and 8 deletions

View File

@@ -32,6 +32,7 @@
"setup": "./scripts/setup.sh",
"deploy": "./scripts/deploy.sh",
"deploy:k8s": "./scripts/deploy-k8s.sh",
"undeploy:k8s": "./scripts/undeploy-k8s.sh",
"validate:env": "./scripts/validate-env.sh",
"validate:deployment": "./scripts/validate-deployment.sh",
"seed:production": "bun scripts/seed-production.js",