Skip to content

Commit

Permalink
Merge pull request #1089 from navikt/gaa-mp-gcp-veilarbveileder
Browse files Browse the repository at this point in the history
Går mot gcp av veilarbveileder
  • Loading branch information
JulieHillRoa authored Sep 27, 2024
2 parents 1fad492 + 581645d commit 6fdad8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .nais/obo-nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
namespace: obo
- application: veilarbfilter
namespace: obo
- application: veilarbveileder
namespace: obo
- application: endringslogg
namespace: pto
- application: modiacontextholder
Expand All @@ -60,9 +62,6 @@ spec:
namespace: obo
- application: veilarboppfolging
namespace: poao
external:
- host: veilarbveileder.dev-fss-pub.nais.io
- host: veilarboppfolging.dev-fss-pub.nais.io
env:
- name: JSON_CONFIG
value: >
Expand Down Expand Up @@ -128,12 +127,12 @@ spec:
},
{
"fromPath": "/veilarbveileder",
"toUrl": "https://veilarbveileder.dev-fss-pub.nais.io",
"toUrl": "http://veilarbveileder.obo",
"preserveFromPath": true,
"toApp": {
"name": "veilarbveileder",
"namespace": "pto",
"cluster": "dev-fss"
"namespace": "obo",
"cluster": "dev-gcp"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions .nais/obo-nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ spec:
cluster: prod-gcp
- application: veilarboppfolging
namespace: poao
- application: veilarbveileder
namespace: obo
external:
- host: veilarbvedtaksstotte.prod-fss-pub.nais.io
- host: veilarbveileder.prod-fss-pub.nais.io
- host: veilarboppfolging.prod-fss-pub.nais.io
env:
- name: JSON_CONFIG
value: >
Expand Down Expand Up @@ -125,12 +125,12 @@ spec:
},
{
"fromPath": "/veilarbveileder",
"toUrl": "https://veilarbveileder.prod-fss-pub.nais.io",
"toUrl": "http://veilarbveileder.obo",
"preserveFromPath": true,
"toApp": {
"name": "veilarbveileder",
"namespace": "pto",
"cluster": "prod-fss"
"namespace": "obo",
"cluster": "prod-gcp"
}
},
{
Expand Down

0 comments on commit 6fdad8b

Please sign in to comment.