No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 74.8%
  • Dockerfile 25.2%
Find a file
Chris Pressland 6845dbef2f
Some checks failed
ci / build (push) Failing after 15m21s
Update with teapot functionality
2022-03-11 12:54:16 +00:00
.github/workflows Initial Commit 2022-03-10 00:15:09 +00:00
deploy Initial Commit 2022-03-10 00:15:09 +00:00
Dockerfile Initial Commit 2022-03-10 00:15:09 +00:00
go.mod Update with teapot functionality 2022-03-11 12:54:16 +00:00
go.sum Update with teapot functionality 2022-03-11 12:54:16 +00:00
LICENSE Initial Commit 2022-03-10 00:15:09 +00:00
main.go Update with teapot functionality 2022-03-11 12:54:16 +00:00
README.md Update with teapot functionality 2022-03-11 12:54:16 +00:00

healthz

Returns a HTTP 200 on /healthz and a HTTP 418 on all other requests.

Designed for providing ultra basic healthcheck requirements and blackholing other requests while being as small a binary as possible.