Open dmohns opened 1 month ago
curl localhost:8000/up
returns 200,
This is helpful in Kubernetes deployment scenarios.
Additionally, once this works, please add a HEALTHCHECK to our Dockerfile, see https://docs.docker.com/reference/dockerfile/#healthcheck
HEALTHCHECK
returns 500. Because of the compnayId logic in routes.
See above
macOS
See details: https://laravel.com/docs/11.x/deployment#the-health-route
Preflight Checklist
Expected Behavior
returns 200,
This is helpful in Kubernetes deployment scenarios.
Additionally, once this works, please add a
HEALTHCHECK
to our Dockerfile, see https://docs.docker.com/reference/dockerfile/#healthcheckActual Behavior
returns 500. Because of the compnayId logic in routes.
Steps to reproduce
See above
What operating system(s) are you using?
macOS
Additional Information
See details: https://laravel.com/docs/11.x/deployment#the-health-route