request being routed to wrong container ignoring PathPrefix(`/api/v1`)”
All requests to the portal.domain.com/api/v1
keep getting redirected despite setting PathPrefix(
/api/v1)
on the backend route rule. and the request endup being handled by the frontend container running nginx.