feat(ops/glesys): move static site DNS records to bugry
Change-Id: Iaa54675ef37595a2587fcf206dd566f733cfc631 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13068 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
01016828b8
commit
234a324bb6
4 changed files with 15 additions and 15 deletions
|
|
@ -94,18 +94,13 @@ variable "sanduny_ipv6" {
|
|||
locals {
|
||||
# Hostnames of all public services on whitby
|
||||
whitby_services = [
|
||||
"at",
|
||||
"atward",
|
||||
"auth",
|
||||
"b",
|
||||
"cl",
|
||||
"code",
|
||||
"cs",
|
||||
"deploys",
|
||||
"signup",
|
||||
"static",
|
||||
"status",
|
||||
"todo",
|
||||
]
|
||||
|
||||
# Hostnames of all public services on nevsky
|
||||
|
|
@ -114,5 +109,10 @@ locals {
|
|||
|
||||
# Hostnames of all public services on bugry
|
||||
bugry_services = [
|
||||
"at",
|
||||
"atward",
|
||||
"signup",
|
||||
"static",
|
||||
"todo",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue