Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "arecibo", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -17,7 +17,9 @@ <div align="center"> | ||
`npm i arecibo` | ||
```bash | ||
npm i arecibo | ||
``` | ||
## Usage | ||
```JS | ||
```javascript | ||
const arecibo = require('arecibo') // or import arecibo from 'arecibo' | ||
@@ -37,4 +39,5 @@ | ||
```YAML | ||
```yaml | ||
... | ||
livenessProbe: | ||
@@ -60,2 +63,3 @@ httpGet: | ||
periodSeconds: 15 | ||
... | ||
@@ -65,6 +69,7 @@ ``` | ||
## Reference | ||
* <a href="https://github.com/fastify/fastify"><code><b>Fastify</b></code></a> | ||
* <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/"><code><b>Configure Liveness and Readiness Probes</b></code></a> | ||
* <a href="https://github.com/fastify/fastify">Fastify</a> | ||
* <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/">Configure Liveness and Readiness Probes</a> | ||
* <a href="https://www.youtube.com/watch?v=mxEvAPQRwhw">Kubernetes Health Checks with Readiness and Liveness Probes (Kubernetes Best Practices)</a> | ||
## Fun fact: where does the name come from? | ||
The name is inspired by the Arecibo message, a 1974 interstellar radio message carrying basic information about humanity and Earth sent to globular star cluster M13 in the hope that extraterrestrial intelligence might receive and decipher it. The message was broadcast into space a single time via frequency modulated radio waves at a ceremony to mark the remodelling of the Arecibo radio telescope in Puerto Rico on 16 November 1974. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17959
72