From a8b697829cc691c4faeb69cd095b54ecfd90a7a3 Mon Sep 17 00:00:00 2001 From: Abdulmohsen Alateeq <abdulmohsen_alateeq@epam.com> Date: Tue, 23 Jul 2024 16:16:48 +0300 Subject: [PATCH] Update prefix in virtual service. --- devops/gc/deploy/templates/policy-virtual-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/gc/deploy/templates/policy-virtual-service.yaml b/devops/gc/deploy/templates/policy-virtual-service.yaml index f2bb0557..f3d33991 100644 --- a/devops/gc/deploy/templates/policy-virtual-service.yaml +++ b/devops/gc/deploy/templates/policy-virtual-service.yaml @@ -17,7 +17,7 @@ spec: http: - match: - uri: - prefix: "/api/policy" + prefix: "/api/policy/v1" route: - destination: port: -- GitLab