Skip to content

Commit

Permalink
Merge pull request #1084 from tu55eladd/veilarboppfolging-gcp
Browse files Browse the repository at this point in the history
Bruk veilarboppfolging i gcp
  • Loading branch information
Mathiamu authored Sep 20, 2024
2 parents dbc9731 + 780caf0 commit cdb54b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .nais/obo-nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ spec:
cluster: dev-gcp
- application: veilarbvedtaksstotte
namespace: obo
- application: veilarboppfolging
namespace: poao
external:
- host: veilarbveileder.dev-fss-pub.nais.io
- host: veilarboppfolging.dev-fss-pub.nais.io
Expand Down Expand Up @@ -146,12 +148,12 @@ spec:
},
{
"fromPath": "/veilarboppfolging",
"toUrl": "https://veilarboppfolging.dev-fss-pub.nais.io",
"toUrl": "http://veilarboppfolging.poao",
"preserveFromPath": true,
"toApp": {
"name": "veilarboppfolging",
"namespace": "pto",
"cluster": "dev-fss"
"namespace": "poao",
"cluster": "dev-gcp"
}
},
{
Expand Down
8 changes: 5 additions & 3 deletions .nais/obo-nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
- application: veilarbportefolje
namespace: obo
cluster: prod-gcp
- application: veilarboppfolging
namespace: poao
external:
- host: veilarbvedtaksstotte.prod-fss-pub.nais.io
- host: veilarbveileder.prod-fss-pub.nais.io
Expand Down Expand Up @@ -143,12 +145,12 @@ spec:
},
{
"fromPath": "/veilarboppfolging",
"toUrl": "https://veilarboppfolging.prod-fss-pub.nais.io",
"toUrl": "http://veilarboppfolging.poao",
"preserveFromPath": true,
"toApp": {
"name": "veilarboppfolging",
"namespace": "pto",
"cluster": "prod-fss"
"namespace": "poao",
"cluster": "prod-gcp"
}
},
{
Expand Down

0 comments on commit cdb54b8

Please sign in to comment.