From aa7dad820e607f16285323ce26b32f8ce1154185 Mon Sep 17 00:00:00 2001 From: Sanjeev Pellikoduku <SPellikoduku@slb.com> Date: Thu, 23 Sep 2021 13:42:34 -0500 Subject: [PATCH] Updated the service prefix --- devops/azure/chart/templates/virtual-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/azure/chart/templates/virtual-service.yaml b/devops/azure/chart/templates/virtual-service.yaml index 4657a1f82..8d3a2cc1b 100644 --- a/devops/azure/chart/templates/virtual-service.yaml +++ b/devops/azure/chart/templates/virtual-service.yaml @@ -13,7 +13,7 @@ spec: http: - match: - uri: - prefix: "/api/{{ .Chart.Name }}/v2" + prefix: "/api/indexer/v2" route: - destination: host: {{ .Chart.Name }} -- GitLab