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:
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user