From b4bddc68828e19789153552b8e30c4f1a2d4d4ef Mon Sep 17 00:00:00 2001 From: "Abdulmohsen Alateeq (EPAM)" <abdulmohsen_alateeq@epam.com> Date: Tue, 23 Jul 2024 13:52:51 +0000 Subject: [PATCH] Gonrg 10027 update prefix --- devops/gc/deploy/templates/virtual-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/gc/deploy/templates/virtual-service.yaml b/devops/gc/deploy/templates/virtual-service.yaml index 0e589c820..45aa2ca4d 100644 --- a/devops/gc/deploy/templates/virtual-service.yaml +++ b/devops/gc/deploy/templates/virtual-service.yaml @@ -17,7 +17,7 @@ spec: http: - match: - uri: - prefix: "/api/storage" + prefix: "/api/storage/v2" route: - destination: port: -- GitLab