Skip to content

Commit

Permalink
Increase replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau committed Dec 18, 2024
1 parent 7396ae8 commit a2ccc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: #{Project.Deployment.Name}
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
component: #{Project.Labels.Component}
Expand Down

0 comments on commit a2ccc16

Please sign in to comment.