As a developer, I want to add a /health endpoint to our service to fulfill the requirement of having a health check for Kubernetes. This will enable Kubernetes to monitor the health status of our application.
Acceptance Criteria:
The /health endpoint is implemented in our service code.
Accessing the /health endpoint returns a JSON response {"status":"OK"} with a status code of 200.
As a developer, I want to add a
/health
endpoint to our service to fulfill the requirement of having a health check for Kubernetes. This will enable Kubernetes to monitor the health status of our application.Acceptance Criteria: