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:
commit
c34c669ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue