From f8a82f57793edbe9cb903cfc9b0c0bed0f20e1e4 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 24 May 2024 09:45:28 -0700 Subject: [PATCH] build(render.yaml): fix health check route --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 6996d228e..18ad8ff20 100644 --- a/render.yaml +++ b/render.yaml @@ -8,5 +8,5 @@ services: - key: PORT value: 4000 numInstances: 1 - healthCheckPath: /health + healthCheckPath: /health/liveliness autoDeploy: true