gcloud-lab/apps/base/customer1/trading-platform/dashboard/service.yaml

19 lines
385 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: trading-dashboard-svc
namespace: customer1
annotations:
tailscale.com/expose: "true"
tailscale.com/hostname: "trade"
tailscale.com/tags: "tag:k8s-operator"
tailscale.com/ports: "http:3000"
spec:
selector:
app: trading-dashboard
ports:
- port: 3000
targetPort: 3000
name: http
type: ClusterIP