You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm deploying Istio together with various addons incl. Vistio. Because I didn't want to host all those addons on different hostnames on context root, I tried to deploy Vistio behind an Ingress controller (in this case Traefik) under /vistio. The index.html itself is loading but vizceral.a7cef684b9cd92e564b0.bundle.js can not be found because of the /vistio prefix
Is there any way to configure this?
The text was updated successfully, but these errors were encountered:
I will look to see if this can be done within the vistio web app, in the mean time you should be able to rewrite the url, here is an example on how to do it with nginx. Note nginx.ingress.kubernetes.io/rewrite-target: /
Hi,
I'm deploying Istio together with various addons incl. Vistio. Because I didn't want to host all those addons on different hostnames on context root, I tried to deploy Vistio behind an Ingress controller (in this case Traefik) under
/vistio
. The index.html itself is loading butvizceral.a7cef684b9cd92e564b0.bundle.js
can not be found because of the/vistio
prefixIs there any way to configure this?
The text was updated successfully, but these errors were encountered: