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.
This commit is contained in:
parent
4be12802d0
commit
569a3d5de9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
annotations:
|
annotations:
|
||||||
tailscale.com/expose: "true"
|
tailscale.com/expose: "true"
|
||||||
tailscale.com/hostname: "trading-dashboard"
|
tailscale.com/hostname: "trade"
|
||||||
tailscale.com/tags: "tag:k8s-operator"
|
tailscale.com/tags: "tag:k8s-operator"
|
||||||
tailscale.com/ports: "http:3000"
|
tailscale.com/ports: "http:3000"
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue