Compare commits

..

2 Commits

Author SHA1 Message Date
Xe Iaso
5812e98343 chore: spelling
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-17 00:26:50 +00:00
Xe Iaso
d03d5ecaa7 feat(anubis): add /healthz route to metrics server
Also add health check test for Docker Compose and update documentation
for health checking Anubis with Docker Compose.

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-17 00:24:02 +00:00
4 changed files with 4 additions and 5 deletions

View File

@@ -1 +1 @@
1.21.0
1.21.0-pre3

View File

@@ -92,7 +92,6 @@ spec:
type: RuntimeDefault
envFrom:
- secretRef:
name: anubis-docs-thoth
readinessProbe:
httpGet:
path: /healthz

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@techaro/anubis",
"version": "1.21.0",
"version": "1.21.0-pre3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@techaro/anubis",
"version": "1.21.0",
"version": "1.21.0-pre3",
"license": "ISC",
"devDependencies": {
"cssnano": "^7.0.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@techaro/anubis",
"version": "1.21.0",
"version": "1.21.0-pre3",
"description": "",
"main": "index.js",
"scripts": {