From c55800ca41e0ddd3a302e82418c03c059f4fc3cd Mon Sep 17 00:00:00 2001 From: "Kristen.Herum" Date: Fri, 20 Dec 2024 11:56:35 +0100 Subject: [PATCH] Update URL for testnav-altinn3-tilgang-service proxy #deploy-bruker-service Revised the service URL in application.yml to point to the correct 'testnav-altinn3-tilgang-proxy' endpoint. This ensures proper routing and access within the dev-gcp cluster namespace. --- apps/bruker-service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bruker-service/src/main/resources/application.yml b/apps/bruker-service/src/main/resources/application.yml index e3c99295165..3cb53ea7f47 100644 --- a/apps/bruker-service/src/main/resources/application.yml +++ b/apps/bruker-service/src/main/resources/application.yml @@ -23,7 +23,7 @@ springdoc: consumers: testnav-altinn3-tilgang-service: - url: http://testnav-altinn3-proxy.dolly.svc.cluster.local + url: http://testnav-altinn3-tilgang-proxy.dolly.svc.cluster.local cluster: dev-gcp namespace: dolly name: testnav-altinn3-tilgang-proxy