[Ray Serve] How to add readiness and liveness to ray serve

How to add readiness and liveness to the head and worker nodes of the ray serve cluster deployed by kuberay?

kuberay RayService
https://ray-project.github.io/kuberay/guidance/rayservice/

Hi, you can define the probes in template.spec.containers[0].readinessProbe. template is a PodTemplate, so you can configure it as a Pod. See here for more details.