diff --git a/k8-manifest/k8-deployment.yaml b/k8-manifest/k8-deployment.yaml index 408b195..4db9fde 100644 --- a/k8-manifest/k8-deployment.yaml +++ b/k8-manifest/k8-deployment.yaml @@ -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