Skip to content

Commit

Permalink
Bytt ut tilbakekreving URL og kafka topic for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sillerud committed Feb 19, 2025
1 parent f5b36e9 commit 3bf5c4e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .deploy/nais/app-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ spec:
cluster: prod-fss
- application: familie-ef-sak
cluster: prod-gcp
- application: familie-tilbake
- application: tilbakekreving-backend
namespace: tilbake
cluster: prod-gcp
- application: familie-oppdrag
cluster: prod-fss
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/application-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ PDL_SCOPE: api://dev-fss.pdl.pdl-api/.default

FAMILIE_TILBAKE_API_URL: http://tilbakekreving-backend.tilbake/api
FAMILIE_TILBAKE_API_URL_SCOPE: api://dev-gcp.tilbake.tilbakekreving-backend/.default
TILBAKEKREVING_REQUEST_TOPIC: tilbake.privat-tbk-hentfagsystemsbehandling
TILBAKEKREVING_RESPONSE_TOPIC: tilbake.privat-tbk-hentfagsystemsbehandling-svar

FAMILIE_EF_SAK_API_URL_SCOPE: api://dev-gcp.teamfamilie.familie-ef-sak/.default

Expand All @@ -138,4 +136,4 @@ rolle:
forvalter: "c62e908a-cf20-4ad0-b7b3-3ff6ca4bf38b"
saksbehandler: "c7e0b108-7ae6-432c-9ab4-946174c240c0"
kode6: "5ef775f2-61f8-4283-bf3d-8d03f428aa14" # 0000-GA-Strengt_Fortrolig_Adresse
kode7: "ea930b6b-9397-44d9-b9e6-f4cf527a632a" # 0000-GA-Fortrolig_Adresse
kode7: "ea930b6b-9397-44d9-b9e6-f4cf527a632a" # 0000-GA-Fortrolig_Adresse
4 changes: 2 additions & 2 deletions src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SANITY_DATASET: "ks-brev"
PDL_URL: https://pdl-api.prod-fss-pub.nais.io
PDL_SCOPE: api://prod-fss.pdl.pdl-api/.default

FAMILIE_TILBAKE_API_URL_SCOPE: api://prod-gcp.teamfamilie.familie-tilbake/.default
FAMILIE_TILBAKE_API_URL_SCOPE: api://prod-gcp.tilbake.tilbakekreving-backend/.default

FAMILIE_EF_SAK_API_URL_SCOPE: api://prod-gcp.teamfamilie.familie-ef-sak/.default

Expand All @@ -135,4 +135,4 @@ ENVIRONMENT_NAME: p

# Swagger
AUTHORIZATION_URL: https://login.microsoftonline.com/navno.onmicrosoft.com/oauth2/v2.0/authorize
TOKEN_URL: https://login.microsoftonline.com/navno.onmicrosoft.com/oauth2/v2.0/token
TOKEN_URL: https://login.microsoftonline.com/navno.onmicrosoft.com/oauth2/v2.0/token
8 changes: 4 additions & 4 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ FAMILIE_PROSESSERING_CLIENT_ID: "dummy"
FAMILIE_BREV_API_URL: http://familie-brev
FAMILIE_KLAGE_URL: http://familie-klage
FAMILIE_KS_INFOTRYGD_API_URL: http://familie-ks-infotrygd
FAMILIE_TILBAKE_API_URL: http://familie-tilbake/api
TILBAKEKREVING_REQUEST_TOPIC: teamfamilie.privat-tbk-hentfagsystemsbehandling-request-topic
TILBAKEKREVING_RESPONSE_TOPIC: teamfamilie.privat-tbk-hentfagsystemsbehandling-respons-topic
FAMILIE_TILBAKE_API_URL: http://tilbakekreving-backend/api
TILBAKEKREVING_REQUEST_TOPIC: tilbake.privat-tbk-hentfagsystemsbehandling
TILBAKEKREVING_RESPONSE_TOPIC: tilbake.privat-tbk-hentfagsystemsbehandling-svar
PDL_URL: http://pdl-api.default
FAMILIE_INTEGRASJONER_API_URL: http://familie-integrasjoner/api
FAMILIE_OPPDRAG_API_URL: http://familie-oppdrag/api
Expand All @@ -150,4 +150,4 @@ API_SCOPE: api://${AZURE_APP_CLIENT_ID}/.default
# Scheduler
CRON_GRENSESNITT_AVSTEMMING: "0 0 8 ? * MON-FRI"
CRON_KONSISTENS_AVSTEMMING: "0 0 21 * * *"
CRON_FAGSAKSTATUS_SCHEDULER: "0 0 7 1 * *"
CRON_FAGSAKSTATUS_SCHEDULER: "0 0 7 1 * *"

0 comments on commit 3bf5c4e

Please sign in to comment.