diff --git a/ray-operator/config/samples/ray-service.autoscaler.yaml b/ray-operator/config/samples/ray-service.autoscaler.yaml index cd9c10348e..3417272e9a 100644 --- a/ray-operator/config/samples/ray-service.autoscaler.yaml +++ b/ray-operator/config/samples/ray-service.autoscaler.yaml @@ -17,10 +17,10 @@ spec: serveConfigV2: | applications: - name: app1 - import_path: autoscaling_test.blocked.app + import_path: autoscaling.blocked:app route_prefix: / runtime_env: - working_dir: "https://github.com/ray-project/serve_workloads/archive/7a0daafdb86b55118534b04d122b1b79c9ae99f5.zip" + working_dir: "https://github.com/ray-project/test_dag/archive/041ac908e5a04ab50cb23d5939e53bd05a03e1ae.zip" deployments: - name: Blocked autoscaling_config: @@ -35,10 +35,10 @@ spec: ray_actor_options: num_cpus: 0.5 - name: signal - import_path: autoscaling_test.signaling.app + import_path: autoscaling.signaling:app route_prefix: /signal runtime_env: - working_dir: "https://github.com/ray-project/serve_workloads/archive/7a0daafdb86b55118534b04d122b1b79c9ae99f5.zip" + working_dir: "https://github.com/ray-project/test_dag/archive/041ac908e5a04ab50cb23d5939e53bd05a03e1ae.zip" rayClusterConfig: rayVersion: '2.5.0' # should match the Ray version in the image of the containers ## raycluster autoscaling config