0

I try to configure istio to block one of API for my app.I'm trying to do it with Virtual services by redirect to another url.I want to redirect all users from app/# to app/services .

I try to configurate it like this But my configuration not working for this task.

  • match: - uri: prefix: '/app/#/' - uri: exact: '/app/#/' rewrite: uri: /app/service route: - destination: host: app-service port: number: 8080
Mankasss
  • 1
  • 3

0 Answers0