Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
Added replicas to 4
  • Loading branch information
kiplongu authored Mar 4, 2024
1 parent 96b7d7a commit 4c35610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/vote/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
tier: front
name: vote
spec:
replicas: 2
replicas: 4
selector:
matchLabels:
app: vote
Expand Down

0 comments on commit 4c35610

Please sign in to comment.