Skip to content

Commit

Permalink
Add internal ingress for prod. Add external egress for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Dec 10, 2024
1 parent aee750a commit fe8395e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nais/prod/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
limits:
memory: 12Gi

ingresses:
- https://pseudo-service.intern.test.ssb.no

accessPolicy:
outbound:
external:
Expand Down
1 change: 1 addition & 0 deletions .nais/test/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:

ingresses:
- https://pseudo-service.intern.test.ssb.no
- https://pseudo-service.test.ssb.no

accessPolicy:
outbound:
Expand Down

0 comments on commit fe8395e

Please sign in to comment.