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:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user