Open
Description
Is your feature request related to a problem? Please describe.
I'm trying to run Opencost on Kubernetes with a Traefik Ingress route. The hostname we have is common say https://example.com. I'd like to have Opencost listen on https://example.com/opencost. I'm having issues routing to Opencost with it listening on the root context /.
Describe the solution you'd like
Is it possible to make Opencost listen on context like /opencost?
Describe alternatives you've considered
I've tried different Middlewares in Traefik to direct it to Opencost but I haven't had any luck.