Skip to content

Commit

Permalink
yaml files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Aug 6, 2024
1 parent 3aa283f commit e82b3e4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 68 deletions.
15 changes: 0 additions & 15 deletions example_dags/scripts/k8-gpu.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions example_dags/scripts/k8.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions example_dags/scripts/ray-gpu.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: ray.io/v1alpha1
apiVersion: ray.io/v1
kind: RayCluster
metadata:
name: raycluster-complete
spec:
rayVersion: "2.10.0"
enableInTreeAutoscaling: true
headGroupSpec:
serviceType: ClusterIP
serviceType: LoadBalancer
rayStartParams:
dashboard-host: "0.0.0.0"
block: "true"
Expand Down
27 changes: 0 additions & 27 deletions example_dags/scripts/ray-service.yaml

This file was deleted.

11 changes: 2 additions & 9 deletions example_dags/scripts/ray.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: ray.io/v1alpha1
apiVersion: ray.io/v1
kind: RayCluster
metadata:
name: raycluster-complete
spec:
rayVersion: "2.10.0"
enableInTreeAutoscaling: true
headGroupSpec:
serviceType: ClusterIP
serviceType: LoadBalancer
rayStartParams:
dashboard-host: "0.0.0.0"
block: "true"
Expand All @@ -18,13 +18,6 @@ spec:
containers:
- name: ray-head
image: rayproject/ray-ml:latest
env: # Environment variables section starts here
- name: RAY_GRAFANA_IFRAME_HOST
value: "http://127.0.0.1:3000"
- name: RAY_GRAFANA_HOST
value: "http://prometheus-grafana.prometheus-system.svc:80"
- name: RAY_PROMETHEUS_HOST
value: "http://prometheus-kube-prometheus-prometheus.prometheus-system.svc:9090"
resources:
limits:
cpu: 4
Expand Down

0 comments on commit e82b3e4

Please sign in to comment.