Merge pull request #146 from sirius0xdev/fix/dashboard-tailnet-annotation

fix(dashboard): match Grafana-style Tailscale annotation with explicit http:3000
This commit is contained in:
sirius0xdev 2026-05-25 02:08:03 -04:00 committed by GitHub
commit c34c669ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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