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