Docs: align Order portal health checks with CT 10090 at 192.168.11.180

Merge Proxmox verification curls with upstream Kubernetes overview; keep HAProxy and public URL probes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-10 23:14:21 -07:00
parent 3f7cc0f854
commit 8990270e70
2 changed files with 17 additions and 1 deletions

View File

@@ -162,8 +162,13 @@ kubectl logs -f <pod-name> -n the-order-dev
kubectl apply -f infra/k8s/base/portal-public/
kubectl apply -f infra/k8s/base/portal-internal/
# Verify
# Verify (Kubernetes)
kubectl get pods -l app=portal-public -n the-order-dev
# Verify (Sankofa Proxmox — CT 10090 portal, CT 10210 HAProxy)
curl -fsS http://192.168.11.180:3000/api/health
curl -fsS -H 'Host: the-order.sankofa.nexus' http://192.168.11.39/api/health
curl -fsS https://the-order.sankofa.nexus/api/health
```
---