HOMELAB-510: fix(gateway): Harbor redirect loop — route to port 443 #108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-510-harbor-route"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
INCIDENT
All build pipelines blocked. Docker login to Harbor fails with redirect loop.
Root Cause
Cilium Gateway terminates TLS → forwards plain HTTP to Harbor port 80 → nginx 8080 →
return 301 https://→ infinite loop.Fix
Route to port 443 (nginx 8443, SSL listener) instead of port 80.