From 94cb710aab06a3a9f11b526f69067da1d5fa376e Mon Sep 17 00:00:00 2001 From: Sankalp Mhatre <124987623+sankalpmh@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:15:39 +0530 Subject: [PATCH] Update k8-deployment.yaml --- k8-manifest/k8-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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