Which Faktory worker package and version? - Go, 1.4.2
We are deploying Faktory in to Kubernetes. This particular cluster has a public DNS address and a web application running at: dev.company.com. Faktory is installed and UI is routed to dev.company.com/faktory
When I access the Faktory UI, UI loads up but it is missing all the assets. Looking at the network inspector on the browser, it looks like requests are being made to static/*.css, which end up making requests to dev.company.com/static/*.css which is incorrect. In my case, assets will be in dev.company.com/faktory/static/*.css.
Is there a way to rewrite assets URL? Or can we put a prefix for faktory's assets so that I can use ingress rules to rewrite?
We are deploying Faktory in to Kubernetes. This particular cluster has a public DNS address and a web application running at:
dev.company.com
. Faktory is installed and UI is routed todev.company.com/faktory
When I access the Faktory UI, UI loads up but it is missing all the assets. Looking at the network inspector on the browser, it looks like requests are being made to
static/*.css
, which end up making requests todev.company.com/static/*.css
which is incorrect. In my case, assets will be indev.company.com/faktory/static/*.css
.Is there a way to rewrite assets URL? Or can we put a prefix for faktory's assets so that I can use ingress rules to rewrite?