From 37f9953493d0a123c464b9df0bd34a9b00215fc7 Mon Sep 17 00:00:00 2001
From: Mingyang Zhu <mzhu9@slb.com>
Date: Wed, 12 May 2021 22:21:32 -0500
Subject: [PATCH] correct the contextpath

---
 devops/azure/chart/templates/deployment.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml
index fc8570a27..fca492b63 100644
--- a/devops/azure/chart/templates/deployment.yaml
+++ b/devops/azure/chart/templates/deployment.yaml
@@ -50,9 +50,6 @@ spec:
           httpGet:
             path: /api/partition/v1/_ah/readiness_check
             port: 80
-          periodSeconds: 30
-          timeoutSeconds: 10
-          failureThreshold: 3
         livenessProbe:
           httpGet:
             path: /api/partition/v1/_ah/liveness_check
-- 
GitLab