From 3268b9a3959e7b9eb19b6f5d91e28b6920456b75 Mon Sep 17 00:00:00 2001 From: Bharath9666631388 Date: Sat, 4 Oct 2025 16:43:46 +0530 Subject: [PATCH] Update deployment.yml --- deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yml b/deployment.yml index 97ba8b9..782102e 100644 --- a/deployment.yml +++ b/deployment.yml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: my-app spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: my-app