Commit Graph

4 Commits

Author SHA1 Message Date
Ruben Hensen 1eb070ad66 Fix ingress rewrite breaking frontend static files
Split lingo-ingress into two separate ingresses:
- lingo-api-ingress: keeps rewrite-target for API path stripping
- lingo-frontend-ingress: no rewrite, allows static files to load

The previous single ingress applied rewrite-target to all paths,
causing frontend requests like /css/bootstrap.css to be rewritten
to / and return index.html instead of the actual files.
2026-02-05 16:54:32 +01:00
Ruben Hensen 03e357d17c Split deployment in 2 files 2026-02-02 21:52:39 +01:00
Ruben Hensen 99c396600f Split lingo in 2 2026-02-02 19:50:47 +01:00
Ruben Hensen 7217931316 Add lingo 2026-02-02 19:26:22 +01:00