Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Endret til oppfølging api i gcp for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Sep 20, 2024
1 parent c17df4b commit 2057dbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions nais/nais-dev-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ spec:
- name: AAD_DISCOVERY_URL
value: https://login.microsoftonline.com/966ac572-f5b7-4bbe-aa88-c76419c0f851/v2.0/.well-known/openid-configuration
- name: VEILARBOPPFOLGINGAPI_URL
value: https://veilarboppfolging.dev-fss-pub.nais.io/veilarboppfolging/api
value: veilarboppfolging.poao
- name: VEILARBOPPFOLGINGAPI_CLUSTER
value: dev-fss
value: dev-gcp
- name: VEILARBOPPFOLGINGAPI_NAMESPACE
value: poao
- name: VEILARBARENA_URL
value: https://veilarbarena.dev-fss-pub.nais.io/veilarbarena/api
- name: VEILARBARENA_CLUSTER
Expand Down
2 changes: 2 additions & 0 deletions nais/nais-prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
value: https://veilarboppfolging.prod-fss-pub.nais.io/veilarboppfolging/api
- name: VEILARBOPPFOLGINGAPI_CLUSTER
value: prod-fss
- name: VEILARBOPPFOLGINGAPI_NAMESPACE
value: pto
- name: VEILARBARENA_URL
value: https://veilarbarena.prod-fss-pub.nais.io/veilarbarena/api
- name: VEILARBARENA_CLUSTER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class OppfolgingGatewayConfig {
}
}

val oppfolgingNamespace = "pto"
val oppfolgingNamespace = requireProperty("VEILARBOPPFOLGINGAPI_NAMESPACE")
val oppfolgingAppNavn = "veilarboppfolging"
val oppfolgingCluster = requireProperty("VEILARBOPPFOLGINGAPI_CLUSTER")
val oppfolgingApi = DownstreamApi(oppfolgingCluster, oppfolgingNamespace, oppfolgingAppNavn)

0 comments on commit 2057dbe

Please sign in to comment.