Skip to content

Commit

Permalink
Increased replica count to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Oct 9, 2024
1 parent e4fa0cc commit 1eab143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kustomize/my-service/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: myapp
spec:
replicas: 2
replicas: 6
template:
spec:
containers:
Expand Down

0 comments on commit 1eab143

Please sign in to comment.