Skip to content

Commit

Permalink
Merge pull request #1081 from navikt/ny-versjon-poao-frontend
Browse files Browse the repository at this point in the history
Ny versjon poao-frontend
  • Loading branch information
klaramargrethehelgemo authored Sep 12, 2024
2 parents 7b0fa0c + 2664e02 commit a583581
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .nais/obo-nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
annotations:
wonderwall.nais.io/beta: "true"
spec:
image: ghcr.io/navikt/poao-frontend/poao-frontend:2023.01.13_08.09-36c09678654f
image: europe-north1-docker.pkg.dev/nais-management-233d/poao/poao-frontend:2024.08.30_10.15-9c1569b22e37
port: 8080
ingresses:
- https://veilarbportefoljeflate.intern.dev.nav.no
Expand Down Expand Up @@ -75,7 +75,10 @@ spec:
"header": {
"csp": {
"connectSrc": ["'self'", "wss:", "*.nav.no", "*.adeo.no"]
}
},
"corp": {
"policy": "cross-origin"
}
},
"redirects": [
{
Expand Down
7 changes: 5 additions & 2 deletions .nais/obo-nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
team: obo
spec:
image: ghcr.io/navikt/poao-frontend/poao-frontend:2023.01.13_08.09-36c09678654f
image: europe-north1-docker.pkg.dev/nais-management-233d/poao/poao-frontend:2024.08.30_10.15-9c1569b22e37
port: 8080
ingresses:
- https://veilarbportefoljeflate.intern.nav.no
Expand Down Expand Up @@ -73,7 +73,10 @@ spec:
"header": {
"csp": {
"connectSrc": ["'self'", "wss:", "*.nav.no", "*.adeo.no"]
}
}
"corp": {
"policy": "cross-origin"
}
},
"redirects": [
{
Expand Down

0 comments on commit a583581

Please sign in to comment.