Skip to content

Commit

Permalink
Merge pull request #387 from navikt/feature/outbound-rules
Browse files Browse the repository at this point in the history
Feature/outbound rules
  • Loading branch information
rinnan17 authored Nov 4, 2024
2 parents 1bd9dc5 + 4a8bccf commit 0002708
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nais/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ azureAccessInbound:
- application: bidrag-behandling-feature
namespace: bidrag
cluster: dev-gcp
- application: bidrag-behandling-q1
namespace: bidrag
cluster: dev-gcp
spec:
replicas:
min: 1
Expand Down
3 changes: 3 additions & 0 deletions .nais/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ azureAccessInbound:
- application: bidrag-behandling
namespace: bidrag
cluster: dev-gcp
- application: bidrag-behandling-q2
namespace: bidrag
cluster: dev-gcp
spec:
replicas:
min: 2
Expand Down
9 changes: 9 additions & 0 deletions .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ spec:
- host: {{ azure.bidrag_organisasjon_url }}
- host: {{ azure.tilleggsstonadersak_url }}
- host: {{ azure.unsecure.ereg_url }}
rules:
- application: familie-ba-sak
namespace: teamfamilie
- application: familie-ef-sak
namespace: teamfamilie
- application: familie-ks-sak
namespace: teamfamilie
- application: tilleggsstonader-sak
namespace: tilleggsstonader
image: {{ image }}
liveness:
path: /actuator/health
Expand Down

0 comments on commit 0002708

Please sign in to comment.