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:
parent
8c12536130
commit
ceb832b169
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ metadata:
|
||||||
tailscale.com/expose: "true"
|
tailscale.com/expose: "true"
|
||||||
tailscale.com/hostname: "trading-dashboard"
|
tailscale.com/hostname: "trading-dashboard"
|
||||||
tailscale.com/tags: "tag:k8s-operator"
|
tailscale.com/tags: "tag:k8s-operator"
|
||||||
tailscale.com/ports: "http:80"
|
tailscale.com/ports: "http:3000"
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: trading-dashboard
|
app: trading-dashboard
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 3000
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
name: http
|
name: http
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue