Skip to content

Commit

Permalink
Fix kodeverk frontend
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Jan 24, 2024
1 parent fcd0633 commit c369bed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ consumers:
name: kodeverk-api
namespace: team-rocket
url: http://localhost:${wiremock.server.port:0}/kodeverk
cluster: dev-fss
cluster: prod-gcp
testnav-tps-messaging-service:
name: tps-messaging-mock
namespace: dolly
Expand Down
3 changes: 1 addition & 2 deletions apps/dolly-frontend/config.idporten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ spec:
- application: dolly-backend
- application: testnav-person-service
- application: generer-navn-service
- application: kodeverk-api
namespace: team-rocket
external:
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
- host: testnav-krrstub-proxy.dev-fss-pub.nais.io
- host: kodeverk-api.nav.no
- host: testnav-udistub-proxy.dev-fss-pub.nais.io
- host: testnav-inst-proxy.dev-fss-pub.nais.io
- host: testnav-aareg-proxy.dev-fss-pub.nais.io
Expand Down
3 changes: 1 addition & 2 deletions apps/dolly-frontend/config.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ spec:
- application: testnav-miljoer-service
- application: testnav-adresse-service
- application: testnorge-tilbakemelding-api
- application: kodeverk-api
namespace: team-rocket
external:
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
- host: testnav-krrstub-proxy.dev-fss-pub.nais.io
- host: testnav-udistub-proxy.dev-fss-pub.nais.io
- host: kodeverk-api.nav.no
- host: testnav-inst-proxy.dev-fss-pub.nais.io
- host: testnav-aareg-proxy.dev-fss-pub.nais.io
- host: testnav-medl-proxy.dev-fss-pub.nais.io
Expand Down
3 changes: 1 addition & 2 deletions apps/dolly-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ spec:
- application: testnav-miljoer-service
- application: testnav-adresse-service
- application: testnorge-tilbakemelding-api
- application: kodeverk-api
namespace: team-rocket
external:
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
Expand All @@ -68,6 +66,7 @@ spec:
- host: testnav-medl-proxy.dev-fss-pub.nais.io
- host: testnav-histark-proxy.dev-fss-pub.nais.io
- host: testnav-arena-forvalteren-proxy.dev-fss-pub.nais.io
- host: kodeverk-api.nav.no
- host: tps-forvalteren-proxy.dev-fss-pub.nais.io
- host: testnav-inntektstub-proxy.dev-fss-pub.nais.io
- host: testnav-norg2-proxy.dev-fss-pub.nais.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ consumers:
kodeverk-api:
name: kodeverk-api
namespace: team-rocket
url: http://kodeverk-api.team-rocket.svc.cluster.local
cluster: dev-gcp
url: https://kodeverk-api.nav.no
cluster: prod-gcp
testnav-aareg-proxy:
name: testnav-aareg-proxy
namespace: dolly
Expand Down

0 comments on commit c369bed

Please sign in to comment.