Skip to content

Commit

Permalink
Outbound access
Browse files Browse the repository at this point in the history
  • Loading branch information
rinnan17 committed Nov 1, 2024
1 parent 8cc129b commit 08c41d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .nais/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ azureAccessInbound:
namespace: bidrag
cluster: dev-gcp
azureAccessOutboundApps:
- application: familie-ba-sak
namespace: teamfamilie
- application: familie-ef-sak
namespace: teamfamilie
- application: familie-ks-sak
namespace: teamfamilie
- application: tilleggsstonader-sak
namespace: tilleggsstonader
spec:
Expand Down
12 changes: 8 additions & 4 deletions .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ spec:
- host: {{ azure.tilleggsstonadersak_url }}
- host: {{ azure.unsecure.ereg_url }}
rules:
{{#each azureAccessOutboundApps}}
- application: {{this.application}}
namespace: {{this.namespace}}
{{/each}}
- 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 08c41d7

Please sign in to comment.