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

19 lines
398 B
YAML
Raw Normal View History

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