From 19976fecccf4667eb768a165037909fd921475a6 Mon Sep 17 00:00:00 2001 From: Morten Tokle Date: Mon, 21 Oct 2024 14:58:06 +0200 Subject: [PATCH] Move to new TLD in publiccd --- client/go/internal/vespa/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/go/internal/vespa/system.go b/client/go/internal/vespa/system.go index b49dad97ee78..02b3e265de56 100644 --- a/client/go/internal/vespa/system.go +++ b/client/go/internal/vespa/system.go @@ -18,7 +18,7 @@ var PublicCDSystem = System{ URL: "https://api-ctl.cd.vespa-cloud.com:4443", ConsoleURL: "https://console.cd.vespa-cloud.com", DefaultZone: ZoneID{Environment: "dev", Region: "aws-us-east-1c"}, - EndpointDomain: "cd.vespa-app.cloud", + EndpointDomain: "cd-vespa-app.cloud", } // MainSystem represents the main hosted Vespa system.