pub fn k8s_health<S>() -> impl Service<S, Request<Body>, Response = Response<Body>, Error = Infallible> + Clonewhere S: Clone + Send + Sync + 'static,
create a default k8s web health service