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
+1 -1
View File
@@ -1 +1 @@
1.21.0 1.21.0-pre3
-1
View File
@@ -92,7 +92,6 @@ spec:
type: RuntimeDefault type: RuntimeDefault
envFrom: envFrom:
- secretRef: - secretRef:
name: anubis-docs-thoth
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0", "version": "1.21.0-pre3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0", "version": "1.21.0-pre3",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"cssnano": "^7.0.7", "cssnano": "^7.0.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0", "version": "1.21.0-pre3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {