The Pangolin setup was failing with 404 on /api/v1/auth/set-server-admin because the ingress was routing all traffic to port 3002 (Web UI), but API endpoints are served by a separate API server on port 3000. Changes: - Added port 3000 (api) to deployment container ports - Updated service to expose both port 3000 (api) and 3002 (http) - Added /api path to ingress routing to port 3000 - Kept / path routing to port 3002 for Web UI This allows the browser to make API calls to /api/* which will now be routed to the API server, fixing the 404 error. Co-Authored-By: Paperclip <noreply@paperclip.ing> |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| namespace.yaml | ||
| pangolin-config.yaml | ||
| pangolin-deployment.yaml | ||
| pangolin-secrets-sealed.yaml | ||