From 49369ab38278bce694af6c12eb78059c4421311c Mon Sep 17 00:00:00 2001 From: "Kristen.Herum" Date: Wed, 27 Nov 2024 07:57:29 +0100 Subject: [PATCH] Add new application to proxy config #deploy-pdl-proxy Included the testnav-synt-sykemelding-api-dev application under the dev-gcp cluster in the proxy configuration file. This change ensures proper routing and access for the new development environment. --- proxies/pdl-proxy/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxies/pdl-proxy/config.yml b/proxies/pdl-proxy/config.yml index b5a88f48086..a685d4fd29e 100644 --- a/proxies/pdl-proxy/config.yml +++ b/proxies/pdl-proxy/config.yml @@ -57,6 +57,8 @@ spec: cluster: dev-gcp - application: testnav-synt-sykemelding-api cluster: dev-gcp + - application: testnav-synt-sykemelding-api-dev + cluster: dev-gcp - application: testnav-helsepersonell-service cluster: dev-gcp - application: testnav-tenor-search-service