abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

fix: change /healthz to /health to fix cloud run known issue #355

Closed sailorlqh closed 9 months ago

sailorlqh commented 9 months ago

Url ending with z could cause trouble. See: https://cloud.google.com/run/docs/issues#ah

We can also use health as the endpoint for cloud run HTTP liveness probe in the future if we want to.