Skip to content

Commit

Permalink
Decrease max replicas per service to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Oct 20, 2023
1 parent d378f86 commit 314662a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: admin-service
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: admin-service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: collaboration-service
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: collaboration-service
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: frontend
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: frontend
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: matching-service
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: matching-service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: question-service
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: question-service
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/user-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: user-service
namespace: default
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
io.kompose.service: user-service
Expand Down

0 comments on commit 314662a

Please sign in to comment.