feat: scale deployments to single replica
- Set backend replicas from 2 to 1 - Set frontend replicas from 2 to 1 - Update deployment manifests for development efficiency - Application fully functional with single replicas 🤖 Generated with [AI Assistant] Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
@@ -19,7 +19,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: adopt-a-street-backend
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: backend
|
||||
|
||||
@@ -19,7 +19,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: adopt-a-street-frontend
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: frontend
|
||||
|
||||
Reference in New Issue
Block a user