From 1f9cc44cabc9c2e99bdb643dec747887a6b0a2c5 Mon Sep 17 00:00:00 2001
From: komakkar <komakkar@microsoft.com>
Date: Tue, 24 Nov 2020 18:08:06 +0530
Subject: [PATCH] changing deployment.yaml to contain https request

---
 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 af7918321..2dbdb31b2 100644
--- a/devops/azure/chart/templates/deployment.yaml
+++ b/devops/azure/chart/templates/deployment.yaml
@@ -91,6 +91,6 @@ spec:
             - name: entitlements_service_endpoint
               value: http://entitlements-azure/entitlements/v1
             - name: registeration_service_endpoint
-              value: http://register/api/register/v1
+              value: https://register/api/register/v1
             - name: maxCacheSize
               value:  "20"
\ No newline at end of file
-- 
GitLab