Skip to content

Commit

Permalink
Merge pull request #716 from PRX/dovetail-app-domains
Browse files Browse the repository at this point in the history
Dovetail app domains
  • Loading branch information
farski authored Oct 16, 2023
2 parents 39dbe5f + 5c902c7 commit 9361e6a
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions dns/prx.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Resources:
# augury.prx.org
- Name: !Sub augury.${Domain}
ResourceRecords:
- augury.prx.tech.
- inventory.dovetail.prx.tech.
TTL: "300"
Type: CNAME
# auth.prx.org
Expand Down Expand Up @@ -449,7 +449,7 @@ Resources:
# feeder.prx.org
- Name: !Sub feeder.${Domain}
ResourceRecords:
- feeder.prx.tech.
- podcasts.dovetail.prx.tech.
TTL: "300"
Type: CNAME
# hal.prx.org
Expand All @@ -464,6 +464,12 @@ Resources:
- id.prx.tech.
TTL: "300"
Type: CNAME
# inventory.dovetail.prx.org
- Name: !Sub inventory.dovetail.${Domain}
ResourceRecords:
- inventory.dovetail.prx.tech.
TTL: "300"
Type: CNAME
# loadingdock.prx.org
- Name: !Sub loadingdock.${Domain}
ResourceRecords:
Expand All @@ -473,7 +479,13 @@ Resources:
# metrics.prx.org
- Name: !Sub metrics.${Domain}
ResourceRecords:
- metrics.prx.tech.
- metrics.dovetail.prx.tech.
TTL: "900"
Type: CNAME
# metrics.dovetail.prx.org
- Name: !Sub metrics.dovetail.${Domain}
ResourceRecords:
- metrics.dovetail.prx.tech.
TTL: "900"
Type: CNAME
# networks.prx.org
Expand All @@ -488,6 +500,12 @@ Resources:
- play.prx.tech.
TTL: "900"
Type: CNAME
# podcasts.dovetail.prx.org
- Name: !Sub podcasts.dovetail.${Domain}
ResourceRecords:
- podcasts.dovetail.prx.tech.
TTL: "900"
Type: CNAME
# publish.prx.org
- Name: !Sub publish.${Domain}
ResourceRecords:
Expand Down

0 comments on commit 9361e6a

Please sign in to comment.