Skip to content

Commit

Permalink
Test om kall går mot fss versjonen av veilarbperson
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-d-desai committed Sep 25, 2024
1 parent 2e200bc commit 40d150c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .nais/application/application-config-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ spec:
- host: pdl-api.dev-fss-pub.nais.io
- host: norg2.dev-fss-pub.nais.io
- host: oppgave-q1.dev-fss-pub.nais.io
- host: veilarbperson.dev-fss-pub.nais.io
env:
- name: POAO_TILGANG_URL
value: http://poao-tilgang.poao
- name: POAO_TILGANG_SCOPE
value: api://dev-gcp.poao.poao-tilgang/.default
- name: VEILARBPERSON_URL
value: http://veilarbperson.obo/veilarbperson
value: https://veilarbperson.dev-fss-pub.nais.io
- name: VEILARBPERSON_SCOPE
value: api://dev-gcp.obo.veilarbperson/.default
value: api://dev-fss.pto.veilarbperson/.default
prometheus:
enabled: true
path: veilarboppgave/internal/prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class DownstreamApis {
public static DownstreamApi downstreamVeilarbperson(String cluster){
return new DownstreamApi(cluster, "obo", "veilarbperson");
return new DownstreamApi(cluster, "pto", "veilarbperson");
}

public static DownstreamApi downstreamOppgave(String cluster){
Expand Down

0 comments on commit 40d150c

Please sign in to comment.