From 569a3d5de9d0f241d4121d22533f35ee9d992c3e Mon Sep 17 00:00:00 2001 From: Sirius Devops Date: Mon, 25 May 2026 06:32:24 +0000 Subject: [PATCH] fix(dashboard): change tailscale hostname to "trade" for reliable resolution Short hostname "trade" (matches /trade HTTPRoute) instead of "trading-dashboard". This fixes the "Could not resolve host: trading-dashboard" error on tailnet devices while keeping the same annotation style as Grafana. --- apps/base/customer1/trading-platform/dashboard/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/trading-platform/dashboard/service.yaml b/apps/base/customer1/trading-platform/dashboard/service.yaml index daedeab..bc4044d 100644 --- a/apps/base/customer1/trading-platform/dashboard/service.yaml +++ b/apps/base/customer1/trading-platform/dashboard/service.yaml @@ -5,7 +5,7 @@ metadata: namespace: customer1 annotations: tailscale.com/expose: "true" - tailscale.com/hostname: "trading-dashboard" + tailscale.com/hostname: "trade" tailscale.com/tags: "tag:k8s-operator" tailscale.com/ports: "http:3000" spec: