feat: complete MongoDB to CouchDB migration and deployment
- Remove all mongoose dependencies from backend - Convert Badge and PointTransaction models to CouchDB - Fix gamificationService for CouchDB architecture - Update Docker registry URLs to use HTTPS (port 443) - Fix ingress configuration for HAProxy - Successfully deploy multi-architecture images - Application fully running on Kubernetes with CouchDB 🤖 Generated with [AI Assistant] Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
@@ -92,3 +92,6 @@ CouchDB Request: POST http://localhost:5984/adopt-a-street/_find Data: {"selecto
|
||||
CouchDB Response: 200 {"docs":[],"bookmark":"nil","warning":"No matching index found, create an index to optimize query time."}
|
||||
CouchDB Request: GET http://localhost:5984/adopt-a-street/nearby
|
||||
CouchDB Error: 404 {"error":"not_found","reason":"missing"}
|
||||
CouchDB Request: GET http://localhost:5984/
|
||||
CouchDB Error: undefined undefined
|
||||
CouchDB connection check failed: socket hang up
|
||||
|
||||
Reference in New Issue
Block a user