From 7ab2e66e7f01039481e9f69444f1a362e81445d0 Mon Sep 17 00:00:00 2001 From: komakkar <komakkar@microsoft.com> Date: Thu, 26 Nov 2020 17:45:21 +0530 Subject: [PATCH] Adding Http endpoint --- 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 07a1b3e66..af7918321 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: https://osdu-glab.msft-osdu-test.org/api/register/v1 + value: http://register/api/register/v1 - name: maxCacheSize value: "20" \ No newline at end of file -- GitLab