Skip to content

Commit 3adc81d

Browse files
committed
Nye ingresse for inntektskomponenten
1 parent 925e554 commit 3adc81d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/InntektApiConfig.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ object Config {
2222
"application.profile" to "LOCAL",
2323
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret",
2424
"flyway.locations" to "db/migration,db/testdata",
25-
"hentinntektliste.url" to "https://localhost/proxy/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
26-
"inntektskomponenten.api.scope" to "api://dev-fss.team-inntekt.team-inntekt-proxy/.default",
25+
"hentinntektliste.url" to "https://inntektskomponenten-ws/rs/api/v1/hentinntektliste",
26+
"inntektskomponenten.api.scope" to "api://dev-fss.team-inntekt.ikomp-q1/.default",
2727
"kafka.inntekt.brukt.topic" to "teamdagpenger.inntektbrukt.v1",
2828
"pdl.api.scope" to "api://dev-fss.pdl.pdl-api/.default",
2929
"pdl.url" to "https://pdl-api.dev-fss-pub.nais.io/graphql",
@@ -37,8 +37,8 @@ object Config {
3737
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret",
3838
@Suppress("ktlint:standard:max-line-length")
3939
"hentinntektliste.url"
40-
to "https://team-inntekt-proxy.dev-fss-pub.nais.io/proxy/inntektskomponenten-q1/rs/api/v1/hentinntektliste",
41-
"inntektskomponenten.api.scope" to "api://dev-fss.team-inntekt.inntektskomponenten/.default",
40+
to "https://ikomp-q1.dev-fss-pub.nais.io/rs/api/v1/hentinntektliste",
41+
"inntektskomponenten.api.scope" to "api://dev-fss.team-inntekt.ikomp-q1/.default",
4242
"kafka.inntekt.brukt.topic" to "teamdagpenger.inntektbrukt.v1",
4343
"pdl.api.scope" to "api://dev-fss.pdl.pdl-api-q1/.default",
4444
"pdl.url" to "https://pdl-api-q1.dev-fss-pub.nais.io/graphql",
@@ -52,8 +52,8 @@ object Config {
5252
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret",
5353
@Suppress("ktlint:standard:max-line-length")
5454
"hentinntektliste.url"
55-
to "https://team-inntekt-proxy.prod-fss-pub.nais.io/proxy/inntektskomponenten/rs/api/v1/hentinntektliste",
56-
"inntektskomponenten.api.scope" to "api://prod-fss.team-inntekt.inntektskomponenten/.default",
55+
to "https://ikomp.prod-fss-pub.nais.io/rs/api/v1/hentinntektliste",
56+
"inntektskomponenten.api.scope" to "api://prod-fss.team-inntekt.ikomp/.default",
5757
"kafka.inntekt.brukt.topic" to "teamdagpenger.inntektbrukt.v1",
5858
"pdl.api.scope" to "api://prod-fss.pdl.pdl-api/.default",
5959
"pdl.url" to "https://pdl-api.prod-fss-pub.nais.io/graphql",

nais/dev/nais.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ spec:
5050
outbound:
5151
external:
5252
- host: "pdl-api.dev-fss-pub.nais.io"
53-
- host: "team-inntekt-proxy.dev-fss-pub.nais.io"
53+
- host: "ikomp-q1.dev-fss-pub.nais.io"
54+
- host: "ikomp-q2.dev-fss-pub.nais.io"
5455
- host: "data.brreg.no"
5556
inbound:
5657
rules:

nais/prod/nais.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
outbound:
4848
external:
4949
- host: "pdl-api.prod-fss-pub.nais.io"
50-
- host: "team-inntekt-proxy.prod-fss-pub.nais.io"
50+
- host: "ikomp.prod-fss-pub.nais.io"
5151
- host: "data.brreg.no"
5252
inbound:
5353
rules:

0 commit comments

Comments
 (0)