Skip to content

Commit

Permalink
Make replicas variable based on env
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau committed Aug 20, 2024
1 parent f4ca1d6 commit f024738
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: #{Project.Deployment.Replicas}
selector:
matchLabels:
component: #{Project.Labels.Component}
Expand Down

0 comments on commit f024738

Please sign in to comment.