feature/mongodb-to-couchdb-migration #1

Merged
will merged 32 commits from feature/mongodb-to-couchdb-migration into main 2025-11-03 05:26:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 16a9020b84 - Show all commits
+1 -1
View File
@@ -19,7 +19,7 @@ kind: Deployment
metadata: metadata:
name: adopt-a-street-backend name: adopt-a-street-backend
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: backend app: backend
+1 -1
View File
@@ -19,7 +19,7 @@ kind: Deployment
metadata: metadata:
name: adopt-a-street-frontend name: adopt-a-street-frontend
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: frontend app: frontend