From 39ae1856c19325950679cd1295dfed5f4bb789bb Mon Sep 17 00:00:00 2001
From: Krishna Nikhil Vedurumudi <krveduru@microsoft.com>
Date: Fri, 5 Mar 2021 14:01:42 +0530
Subject: [PATCH] Pre-Scale Indexer to match Storage

---
 devops/azure/chart/templates/hpa.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devops/azure/chart/templates/hpa.yaml b/devops/azure/chart/templates/hpa.yaml
index d9d00bfc6..68a00c869 100644
--- a/devops/azure/chart/templates/hpa.yaml
+++ b/devops/azure/chart/templates/hpa.yaml
@@ -24,7 +24,7 @@ spec:
     kind: Deployment
     name: {{ .Chart.Name }}
   minReplicas: {{ .Values.global.replicaCount }}
-  maxReplicas: 5
+  maxReplicas: 10
   metrics:
   - type: Resource
     resource:
-- 
GitLab