cleanup: remove MongoDB dependencies and manifests

- Delete MongoDB StatefulSet and service from Kubernetes
- Remove mongodb-statefulset.yaml manifest file
- Remove mongodb-memory-server from devDependencies
- MongoDB no longer needed after CouchDB migration

🤖 Generated with [AI Assistant]

Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
William Valentin
2025-11-02 14:50:49 -08:00
parent 5efee88655
commit 8a38328c58
2 changed files with 1 additions and 88 deletions

View File

@@ -39,7 +39,7 @@
"eslint": "^9.38.0",
"jest": "^30.2.0",
"jest-environment-node": "^30.2.0",
"mongodb-memory-server": "^10.3.0",
"socket.io-client": "^4.8.1",
"supertest": "^7.1.4"
}