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"
|
|
|
|
|
tailscale.com/ports: "http:80"
|
|
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
app: trading-dashboard
|
|
|
|
|
ports:
|
|
|
|
|
- port: 80
|
2026-05-25 05:55:21 +00:00
|
|
|
targetPort: 3000
|
2026-05-21 04:08:58 +00:00
|
|
|
name: http
|
|
|
|
|
type: ClusterIP
|