fix(dashboard): add explicit tailscale.com/ports: "http:3000" annotation

Matches the exact annotation pattern used for other tailnet services (Grafana, trade-dashboard, hermes-webui, etc.).

This ensures the Tailscale operator correctly maps the exposed port after the 3000 change.
This commit is contained in:
Sirius Devops 2026-05-25 06:05:51 +00:00
parent 8c12536130
commit ceb832b169

View file

@ -7,12 +7,12 @@ metadata:
tailscale.com/expose: "true"
tailscale.com/hostname: "trading-dashboard"
tailscale.com/tags: "tag:k8s-operator"
tailscale.com/ports: "http:80"
tailscale.com/ports: "http:3000"
spec:
selector:
app: trading-dashboard
ports:
- port: 80
- port: 3000
targetPort: 3000
name: http
type: ClusterIP