Skip to content

Commit

Permalink
Update k8-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpmh authored Nov 29, 2024
1 parent f792989 commit 94cb710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8-manifest/k8-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: tetris-deployment
spec:
replicas: 3 # You can adjust the number of replicas as needed
replicas: 5 # You can adjust the number of replicas as needed
selector:
matchLabels:
app: tetris
Expand Down

0 comments on commit 94cb710

Please sign in to comment.