From 0ab9cd2cf92a0a3d61e1c01d97d663981a66c064 Mon Sep 17 00:00:00 2001
From: harshit aggarwal <haaggarw@microsoft.com>
Date: Mon, 19 Oct 2020 08:08:30 -0400
Subject: [PATCH] Update deployment.yaml

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

diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml
index 18a4b4339..7558e6379 100644
--- a/devops/azure/chart/templates/deployment.yaml
+++ b/devops/azure/chart/templates/deployment.yaml
@@ -43,7 +43,7 @@ spec:
             - containerPort: 80
           readinessProbe:
             httpGet:
-              path: /api/register/v1/swagger-ui.html
+              path: /api/register/v1/actuator/health
               port: 80
           volumeMounts:
             - name: azure-keyvault
-- 
GitLab