hi, i am in a scenario where i am usign traefik as ingress in an onprem airgapped server, where i have very little control on things.
i only have 1 external domani, where i have to route (not without issue) various FE ui like
me.com/headlamp
me.com/longhorn
me.com/litmus
headlam & longhorn work decently with a few trick of stripping url with traefik.
with litmus the main issue is that FE isn't using relative path like
<script defer="defer" src="/main.9584c6.js"></script>
will always try to find them on me.com instead of me.com/litmus, no matter if i strip path or not.
it's possible to set some "basepath" variable on helmchart that i missed out?
thankyou!
hi, i am in a scenario where i am usign traefik as ingress in an onprem airgapped server, where i have very little control on things.
i only have 1 external domani, where i have to route (not without issue) various FE ui like
me.com/headlamp
me.com/longhorn
me.com/litmus
headlam & longhorn work decently with a few trick of stripping url with traefik.
with litmus the main issue is that FE isn't using relative path like
<script defer="defer" src="/main.9584c6.js"></script>
will always try to find them on me.com instead of me.com/litmus, no matter if i strip path or not.
it's possible to set some "basepath" variable on helmchart that i missed out?
thankyou!