Skip to content

Commit

Permalink
Legges til kun i dev-gcp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Sep 19, 2024
1 parent fca995e commit cf268fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions nais/dev-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"ingresses": [
"https://sif-innsyn-api.intern.dev.nav.no"
],
"inboundRules": [
{
"app": "sif-demo-app",
"namespace": "duseldorf",
"cluster": "dev-gcp"
}
],
"externalHosts": [
"login.microsoftonline.com",
"saf.dev-fss-pub.nais.io",
Expand Down
8 changes: 5 additions & 3 deletions nais/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ spec:
- application: endringsmelding-pleiepenger
- application: dine-pleiepenger
- application: k9-sak-innsyn-api # Kaller hit for legacy søknader.
- application: sif-demo-app
namespace: dusseldorf
cluster: dev-gcp
{{#each inboundRules}}
- application: {{app}}
namespace: {{namespace}}
cluster: {{cluster}}
{{/each}}
outbound:
external:
{{#each externalHosts as |host|}}
Expand Down
1 change: 1 addition & 0 deletions nais/prod-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ingresses": [
"https://sif-innsyn-api.intern.nav.no"
],
"inboundRules": [],
"externalHosts": [
"login.microsoftonline.com",
"saf.prod-fss-pub.nais.io",
Expand Down

0 comments on commit cf268fa

Please sign in to comment.