iris
iris copied to clipboard
Default docker image from packer does not create healthcheck file, causing the /healthcheck endpoint to 404
The latest
(0.0.14
) docker image hosted on quay.io
does not have the /tmp/status
file as declared in iris/configs/config.dev.yaml
.
It seems all that is needed is the (1) creation of this file and (2) filling this file with the desired response of the /healthcheck
endpoint (based on the documentation, GOOD
).
That looks good. Feel free to make PR.
Dang @jrgp , you respond too fast ;)