feat(ops/glesys): point git-serving services at nevsky

Change-Id: Idf944a77fc9f230d938efdff4fc421efe0232ac3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13088
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2025-02-02 00:59:59 +03:00 committed by tazjin
parent f2257abc5d
commit b867df7ba4

View file

@ -96,8 +96,6 @@ locals {
whitby_services = [ whitby_services = [
"auth", "auth",
"b", "b",
"code",
"cs",
"deploys", "deploys",
"status", "status",
] ]
@ -105,6 +103,9 @@ locals {
# Hostnames of all public services on nevsky # Hostnames of all public services on nevsky
nevsky_services = [ nevsky_services = [
"cl", "cl",
"code",
"cs",
"grep",
] ]
# Hostnames of all public services on bugry # Hostnames of all public services on bugry