forked from phoenix/litellm-mirror
build(render.yaml): fix health check route
This commit is contained in:
parent
cf4ca0ef64
commit
f8a82f5779
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ services:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
value: 4000
|
value: 4000
|
||||||
numInstances: 1
|
numInstances: 1
|
||||||
healthCheckPath: /health
|
healthCheckPath: /health/liveliness
|
||||||
autoDeploy: true
|
autoDeploy: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue