ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Add okcomputer gem for healthcheck #316

Closed mcritchlow closed 4 years ago

mcritchlow commented 4 years ago

Rationale

The Helm chart will, ideally, need a service to perform a healthcheck against.

For starlight we used: https://github.com/sportngin/okcomputer

with a basic config file to mount the app under: /health

see: https://gitlab.com/surfliner/surfliner/commit/b13d234

Expected behavior

A curl/wget to /health for the app returns the default (200) health check and info

Actual behavior

We has no health check

Related work

301