2026-05-21 04:08:58 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: trading-dashboard-svc
|
|
|
|
|
namespace: customer1
|
|
|
|
|
annotations:
|
|
|
|
|
tailscale.com/expose: "true"
|
|
|
|
|
tailscale.com/hostname: "trading-dashboard"
|
|
|
|
|
tailscale.com/tags: "tag:k8s-operator"
|
2026-05-25 06:05:51 +00:00
|
|
|
tailscale.com/ports: "http:3000"
|
2026-05-21 04:08:58 +00:00
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
app: trading-dashboard
|
|
|
|
|
ports:
|
2026-05-25 06:05:51 +00:00
|
|
|
- port: 3000
|
2026-05-25 05:55:21 +00:00
|
|
|
targetPort: 3000
|
2026-05-21 04:08:58 +00:00
|
|
|
name: http
|
|
|
|
|
type: ClusterIP
|