CSCI-GA-2820-SU23-001 / orders

NYU DevOps Orders Service Summer 2023
Apache License 2.0
2 stars 1 forks source link

Add Health Endpoint to the Service #84

Closed un-poco closed 1 year ago

un-poco commented 1 year ago

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: