From 8c42c71c64d4e2cdf38fd6781cc6734471ce1ab6 Mon Sep 17 00:00:00 2001 From: Nguyen Nguyen Date: Tue, 14 Jan 2025 14:25:34 -0600 Subject: [PATCH] use tools host for headlamp --- web/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/web.go b/web/web.go index 4880267..3bfaaba 100644 --- a/web/web.go +++ b/web/web.go @@ -8,7 +8,7 @@ import ( ) const template = "https://%s.int.orchestra.rvb.ai/" -const headlampTemplate = "https://headlamp.int.preprod.reverb.rvb.ai/c/main/deployments?namespace=%s" +const headlampTemplate = "https://headlamp.preprod.reverb.tools/c/main/deployments?namespace=%s" var openURL = open.Open