Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1419 from navikt/inbound-access-policy
Browse files Browse the repository at this point in the history
Setter inbound access policy
  • Loading branch information
anders-nom authored Apr 13, 2023
2 parents 3c631f3 + c12f057 commit bfaa816
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 76 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/deploy-network-policy-dev.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/deploy-network-policy-prod.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .nais/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
{{#each outboundHosts as |host|}}
- host: {{host}}
{{/each}}
inbound:
rules:
- application: "*"
namespace: "*"
env:
- name: BUILD_ID
value: {{BUILD_ID}}
Expand Down
16 changes: 0 additions & 16 deletions .nais/network-policy/network-policy-dev.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .nais/network-policy/network-policy-prod.yaml

This file was deleted.

0 comments on commit bfaa816

Please sign in to comment.