As a developer
I need a health endpoint
So that I can check if both service and the database are health in the cluster
Details and Assumptions
Acceptance Criteria
Given a rest API endpoint `/health`
When user GET `/health` endpoint on cluster
Then I should expect 200 OK if both services are up. Otherwise 503 Service Unavailable
As a developer I need a health endpoint So that I can check if both service and the database are health in the cluster
Details and Assumptions
Acceptance Criteria