diff --git a/src/main.go b/src/main.go index d65a754..ed84b02 100644 --- a/src/main.go +++ b/src/main.go @@ -66,7 +66,7 @@ func main() { } if cnf.ProbesEnable { - app.Get("/read", hdl.Readiness) + app.Get("/ready", hdl.Readiness) app.Get("/live", hdl.Liveness) }