File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
ray-operator/config/samples Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 85
85
import_path: fruit.deployment_graph
86
86
route_prefix: /fruit
87
87
runtime_env:
88
- working_dir: "https://github.com/ray-project/test_dag/archive/41d09119cbdf8450599f993f51318e9e27c59098 .zip"
88
+ working_dir: "https://github.com/ray-project/test_dag/archive/4d2c9a59d9eabfd4c8a9e04a7aae44fc8f5b416f .zip"
89
89
deployments:
90
90
- name: MangoStand
91
91
num_replicas: 2
@@ -113,11 +113,6 @@ spec:
113
113
max_replicas_per_node: 1
114
114
ray_actor_options:
115
115
num_cpus: 0.1
116
- - name: DAGDriver
117
- num_replicas: 2
118
- max_replicas_per_node: 1
119
- ray_actor_options:
120
- num_cpus: 0.1
121
116
rayClusterConfig :
122
117
rayVersion : ' 2.34.0' # should match the Ray version in the image of the containers
123
118
# #####################headGroupSpecs#################################
@@ -144,10 +139,10 @@ spec:
144
139
resources :
145
140
limits :
146
141
cpu : 1
147
- memory : 1Gi
142
+ memory : 2Gi
148
143
requests :
149
144
cpu : 1
150
- memory : 1Gi
145
+ memory : 2Gi
151
146
ports :
152
147
- containerPort : 6379
153
148
name : gcs-server
You can’t perform that action at this time.
0 commit comments