You've already forked DataMate
* Enhance CleaningTaskService to track cleaning process progress and update ExecutorType to DATAMATE * Refactor project to use 'datamate' naming convention for services and configurations
16 lines
234 B
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
|
|
|