Skip to content

Commit

Permalink
Update url for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenruben committed Nov 6, 2024
1 parent 8bb68fb commit 6cdc05a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ jobs:
issue_number: context.issue.number,
repo: context.repo.repo,
body: `URL to deployed app on NAIS:
https://ssbno-${{ env.ISSUE_NUMBER }}.external.test.ssb.cloud.nais.io`
https://ssbno-${{ env.ISSUE_NUMBER }}.intern.test.ssb.no`
})
4 changes: 2 additions & 2 deletions nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:

env:
- name: VHOST_HOST
value: ssbno-{{branch}}.external.test.ssb.cloud.nais.io
value: ssbno-{{branch}}.intern.test.ssb.no

ingresses:
- https://ssbno-{{branch}}.external.test.ssb.cloud.nais.io # must match vhost
- https://ssbno-{{branch}}.intern.test.ssb.no # must match vhost

0 comments on commit 6cdc05a

Please sign in to comment.