You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment k8s is just hitting /api to determine health and readyness.
Instead explicit /healthz and /readyz endpoints should be created.
These should also return the application version as part of the response.
Depending on the progress, and compatibility with Deno@healthz/core should be used 🎉
The text was updated successfully, but these errors were encountered:
At the moment k8s is just hitting
/api
to determine health and readyness.Instead explicit
/healthz
and/readyz
endpoints should be created.These should also return the application version as part of the response.
Depending on the progress, and compatibility with
Deno
@healthz/core should be used 🎉The text was updated successfully, but these errors were encountered: