openfaas / faas-swarm

OpenFaaS provider for Docker Swarm
https://github.com/openfaas/faas
MIT License
81 stars 37 forks source link

Updates healthcheck endpoint #49

Closed ewilde closed 5 years ago

ewilde commented 5 years ago

Description

Updates health check handler to use new name

How Has This Been Tested?

curl 127.0.0.1:8080/healthz -i                        Fri  3 May 14:43:11 2019
HTTP/1.1 200 OK
Content-Length: 0
Date: Fri, 03 May 2019 19:43:14 GMT

Checklist:

alexellis commented 5 years ago

When the image is pushed, then this can be put into docker-compose.yml in the faas repo. https://github.com/openfaas/faas-swarm/releases/tag/0.6.2

ewilde commented 5 years ago

thanks @alexellis see: https://github.com/openfaas/faas/pull/1180