Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau authored Dec 5, 2024
1 parent aeb2194 commit 8c72133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 2
replicas: 3
selector:
matchLabels:
component: #{Project.Labels.Component}
Expand All @@ -17,4 +17,4 @@ spec:
image: octopussamples/octopub-frontend:#{Project.Container.Tag}
ports:
- containerPort: 8080
name: http-port
name: http-port

0 comments on commit 8c72133

Please sign in to comment.