Add docs.eblu.me and Fly.io to services-check (#122)
## Summary - Add public docs (`docs.eblu.me`) and Fly.io healthz checks to `mise run services-check` ## Test plan - [ ] `mise run services-check` includes new "Public services (via Fly.io)" section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/122
This commit is contained in:
parent
6b1167a345
commit
61862b44c0
2 changed files with 6 additions and 0 deletions
1
docs/changelog.d/fix-services-check-docs.infra.md
Normal file
1
docs/changelog.d/fix-services-check-docs.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add docs.eblu.me and Fly.io health check to services-check
|
||||
|
|
@ -78,6 +78,11 @@ check_http "TeslaMate" "https://tesla.ops.eblu.me/"
|
|||
check_http "Devpi" "https://pypi.ops.eblu.me/+api"
|
||||
check_http "Transmission" "https://torrent.ops.eblu.me/"
|
||||
|
||||
echo ""
|
||||
echo "Public services (via Fly.io):"
|
||||
check_http "Docs (public)" "https://docs.eblu.me/"
|
||||
check_http "Fly.io healthz" "https://blumeops-proxy.fly.dev/healthz"
|
||||
|
||||
echo ""
|
||||
echo "Database:"
|
||||
check_service "PostgreSQL (k8s)" "pg_isready -h pg.ops.eblu.me -p 5432"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue