From 619f85d243b805eacd911156b6f662d72c01bf52 Mon Sep 17 00:00:00 2001 From: Md Meherab Hossen <50211968+meherabmct@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:23:42 +0600 Subject: [PATCH] Update vote-deployment.yaml --- k8s-specifications/vote-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-specifications/vote-deployment.yaml b/k8s-specifications/vote-deployment.yaml index 165a9478f8..f84a98a55e 100644 --- a/k8s-specifications/vote-deployment.yaml +++ b/k8s-specifications/vote-deployment.yaml @@ -5,7 +5,7 @@ metadata: app: vote name: vote spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: vote