Files
DataMate/deployment/helm/datamate/charts/ray-cluster/templates/service.yaml

16 lines
234 B
YAML

apiVersion: v1
kind: Service
metadata:
name: datamate-runtime
labels:
ray.io/node-type: head
spec:
type: ClusterIP
ports:
- port: 8081
targetPort: 8081
protocol: TCP
selector:
ray.io/node-type: head