Skip to content

Commit

Permalink
Update references from altinn3-tilgang-service to altinn3-tilgang-proxy
Browse files Browse the repository at this point in the history
Replaced mentions of testnav-altinn3-tilgang-service with testnav-altinn3-tilgang-proxy across configurations. Adjusted cluster, namespace, and URLs to use the new proxy service. This ensures consistency and reflects the updated service structure.
  • Loading branch information
krharum committed Dec 13, 2024
1 parent 7bbabdb commit 40028ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions apps/dolly-frontend/config.idporten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ spec:
- application: testnorge-profil-api
- application: testnorge-tilbakemelding-api
- application: testnav-yrkesskade-proxy
- application: testnav-altinn3-tilgang-service-prod
cluster: prod-gcp
- application: testnav-altinn3-tilgang-proxy
external:
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
Expand All @@ -75,7 +74,6 @@ spec:
- host: testnav-brregstub-proxy.dev-fss-pub.nais.io
- host: testnav-dokarkiv-proxy.dev-fss-pub.nais.io
- host: idporten.no
- host: testnav-altinn3-tilgang-service.nav.no

liveness:
path: /internal/isAlive
Expand Down
4 changes: 1 addition & 3 deletions apps/dolly-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ spec:
- application: testnav-levende-arbeidsforhold-ansettelse
- application: testnav-levende-arbeidsforhold-scheduler
- application: testnav-yrkesskade-proxy
- application: testnav-altinn3-tilgang-service-prod
cluster: prod-gcp
- application: testnav-altinn3-tilgang-proxy
external:
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
Expand All @@ -84,7 +83,6 @@ spec:
- host: testnav-norg2-proxy.dev-fss-pub.nais.io
- host: testnav-brregstub-proxy.dev-fss-pub.nais.io
- host: testnav-dokarkiv-proxy.dev-fss-pub.nais.io
- host: testnav-altinn3-tilgang-service.nav.no
liveness:
path: /internal/isAlive
initialDelay: 20
Expand Down
6 changes: 3 additions & 3 deletions apps/dolly-frontend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spring:

consumers:
testnav-altinn3-tilgang-service:
cluster: prod-gcp
cluster: dev-gcp
namespace: dolly
name: testnav-altinn3-tilgang-service-prod
url: https://testnav-altinn3-tilgang-service.nav.no
name: testnav-altinn3-tilgang-proxy
url: http://testnav-altinn3-tilgang-proxy.dolly.svc.cluster.local
testnav-tps-messaging-service:
cluster: dev-gcp
namespace: dolly
Expand Down

0 comments on commit 40028ab

Please sign in to comment.