Commit Graph

2 Commits

Author SHA1 Message Date
4c4cdf0a52 fix: route all traffic through nginx; remove direct /api->backend ingress rule
Traefik forwards /api/auth/login to the backend verbatim, causing 404.
Nginx already strips the /api prefix correctly via proxy_pass with trailing
slash. Routing everything through frontend/nginx avoids the double-routing
and the need for a StripPrefix middleware.
2026-03-01 00:12:33 +01:00
be64d0bffd feat: add Helm charts for Kubernetes deployment (Traefik + NFS Postgres) 2026-02-28 21:19:50 +01:00