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 have issue with this like when we run the code with istio virtual service. Below is the YAML content for virtual service. We are running with your code then it works fine with IP:
It's not working fine. Website just load or not working properly. Can we able to fixed this because I want to run the website like exampl.com/test/data and it needs to be redirect to authentication page. But in current Scenario its not working fine it's not redirected
The text was updated successfully, but these errors were encountered:
I have issue with this like when we run the code with istio virtual service. Below is the YAML content for virtual service. We are running with your code then it works fine with IP:
match:
- uri:
prefix: /
route:
- destination:
host: service.default.svc.cluster.local
port:
number: 3000
If I want to run the URL localhost/test/data or IP/test/data something
- uri:
prefix: /test/data
rewrite:
uri: /
route:
- destination:
host: service.default.svc.cluster.local
port:
number: 3000
It's not working fine. Website just load or not working properly. Can we able to fixed this because I want to run the website like exampl.com/test/data and it needs to be redirect to authentication page. But in current Scenario its not working fine it's not redirected
The text was updated successfully, but these errors were encountered: