feat(ops/glesys): add bolt.tvix.dev
Make tvixbolt.tvl.su just serve a redirect to the new domain, and fold everything into the tvix.dev.nix module. Change-Id: I3a9ccf37d2ceee8886208d6f662e7598ce395b1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11015 Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
5c3065b43a
commit
f3faeae52a
5 changed files with 27 additions and 26 deletions
|
|
@ -18,6 +18,13 @@ resource "glesys_dnsdomain_record" "tvix_dev_apex_AAAA" {
|
|||
data = var.whitby_ipv6
|
||||
}
|
||||
|
||||
resource "glesys_dnsdomain_record" "tvix_dev_bolt_CNAME" {
|
||||
domain = glesys_dnsdomain.tvix_dev.id
|
||||
host = "bolt"
|
||||
type = "CNAME"
|
||||
data = "whitby.tvl.su."
|
||||
}
|
||||
|
||||
resource "glesys_dnsdomain_record" "tvix_dev_docs_CNAME" {
|
||||
domain = glesys_dnsdomain.tvix_dev.id
|
||||
host = "docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue