Add CV to services-check, update homepage link (#174)
## Summary - Add CV to services-check (tailnet endpoint + public cv.eblu.me) - Update CV homepage annotation to point to cv.eblu.me instead of cv.ops.eblu.me ## Deployment and Testing - [ ] `argocd app sync cv` (homepage link change) - [ ] `mise run services-check` passes Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/174
This commit is contained in:
parent
df372fccb6
commit
7dc03c0af1
4 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ metadata:
|
|||
gethomepage.dev/group: "Apps"
|
||||
gethomepage.dev/icon: "mdi-file-document"
|
||||
gethomepage.dev/description: "Resume / CV"
|
||||
gethomepage.dev/href: "https://cv.ops.eblu.me"
|
||||
gethomepage.dev/href: "https://cv.eblu.me"
|
||||
gethomepage.dev/pod-selector: "app=cv"
|
||||
spec:
|
||||
ingressClassName: tailscale
|
||||
|
|
|
|||
1
docs/changelog.d/cv-add-services-check.infra.md
Normal file
1
docs/changelog.d/cv-add-services-check.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add CV to services-check (tailnet and public endpoints).
|
||||
1
docs/changelog.d/cv-add-services-check.misc.md
Normal file
1
docs/changelog.d/cv-add-services-check.misc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Update CV homepage link to use public URL (cv.eblu.me).
|
||||
|
|
@ -79,10 +79,12 @@ check_http "Devpi" "https://pypi.ops.eblu.me/+api"
|
|||
check_http "Transmission" "https://torrent.ops.eblu.me/"
|
||||
check_http "Immich" "https://photos.ops.eblu.me/"
|
||||
check_http "Navidrome" "https://dj.ops.eblu.me/"
|
||||
check_http "CV" "https://cv.ops.eblu.me/"
|
||||
|
||||
echo ""
|
||||
echo "Public services (via Fly.io):"
|
||||
check_http "Docs (public)" "https://docs.eblu.me/"
|
||||
check_http "CV (public)" "https://cv.eblu.me/"
|
||||
check_http "Fly.io healthz" "https://blumeops-proxy.fly.dev/healthz"
|
||||
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue