Closed nedjulius closed 6 months ago
As a developer I need a health check endpoint So that Kubernetes can check if the microservice is healthy
This task is required for Kubernetes deployment
Given a running server and `/health` endpoint When I attempt a GET on `/health` Then I should receive `{"status": "OK"}` and `200_OK` return code
As a developer I need a health check endpoint
So that Kubernetes can check if the microservice is healthy
Details and Assumptions
This task is required for Kubernetes deployment
Acceptance Criteria