Skip to content

Commit

Permalink
Merge pull request #749 from navikt/revert-748-TeamForeldrepenger-prod
Browse files Browse the repository at this point in the history
Revert "Team foreldrepenger prod"
  • Loading branch information
ebelegu authored Oct 2, 2024
2 parents 8863d42 + 7542e25 commit d892b75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions app/nais/prod-gcp-produsent-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ spec:
namespace: yrkesskade
cluster: prod-gcp

- application: fpinntektsmelding
namespace: teamforeldrepenger
cluster: prod-gcp

azure:
application:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ val YRKESSKADE = Produsent(
val FORELDREPENGER = Produsent(
id = "fp-inntektsmelding-notifikasjon",
accessPolicy = basedOnEnv(
prod = { listOf(
"prod-gcp:teamforeldrepenger:fpinntektsmelding"
) },
prod = { listOf() },
other = { listOf(
"dev-gcp:teamforeldrepenger:fpinntektsmelding",
)},
Expand Down
5 changes: 1 addition & 4 deletions widget/brukerapi-mock/notifikasjonMockMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ const eksempler = {
'Tilskuddsberegning i avtale endret av veileder.',
'Avtalen må godkjennes på nytt.',
'Kontaktinformasjon i avtale endret av veileder.'
],
'Foreldrepenger' : [

],//TODO: Fylle inn mock-eksempler
]
}

const saker = [
Expand Down

0 comments on commit d892b75

Please sign in to comment.