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:
Vincent Ambo 2025-02-01 22:38:44 +03:00 committed by tazjin
parent 01016828b8
commit 234a324bb6
4 changed files with 15 additions and 15 deletions

View file

@ -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",
]
}