Skip to content

Commit

Permalink
feat: Custom domain names for dev, test and qa (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesadrian authored May 11, 2023
1 parent 3656e52 commit 2999e03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ spec:
build:
from: PROD
dnsExternalAlias:
- alias: dev.flyt.equinor.com
environment: dev
component: web
- alias: test.flyt.equinor.com
environment: test
component: web
- alias: qa.flyt.equinor.com
environment: qa
component: web
- alias: flyt.equinor.com
environment: prod
component: web
Expand Down

0 comments on commit 2999e03

Please sign in to comment.