1.1.4 • Published 5 years ago

@splytech-io/healthz v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Kubernetes health check server

Exposes /healthy (readiness probe) and /healthz (liveness probe) endpoints which can be used by Kubernetes.

import { Healthz } from '@splytech-io/healthz';

const healthz = new Healthz(7020, '0.0.0.0');

// - call whenever server is ready to accept connections
healthz.setReady(true);

// - used to set liveness probe
healthz.setLive(true);
1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago