We will need this for deploying the application to kubernetes. For now,
we are mounting under '/health' to make it easy to setup the k8s
deployment configuration
Fixes #316
Local Checklist
[ ] Tests written and passing locally?
[x] Code style checked?
[x] QA-ed locally?
[x] Rebased with master branch?
[ ] Configuration updated (if needed)?
[ ] Documentation updated (if needed)?
What does this PR do?
Adds okcomputer gem for adding a health check endpoint
mounts the endpoint at /health (see: screenshots)
Why are we doing this? Any context of related work?
We will need this for deploying the application to kubernetes. For now, we are mounting under '/health' to make it easy to setup the k8s deployment configuration
Fixes #316
Local Checklist
master
branch?What does this PR do?
okcomputer
gem for adding a health check endpoint/health
(see: screenshots)Why are we doing this? Any context of related work?
Setup for a Kubernetes deployment in the future
Screenshots
@ucsdlib/developers - please review