-
| Hi,  | 
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
| So far the only way I'm able to go around it is by creating two VirtualServerRoute for each service rather than mixing them. | 
Beta Was this translation helpful? Give feedback.
-
| Hi @Rockawear can you please provide us with the log output from your Ingress Controller pod as well as the output of your NGINX configuration files? These will help us better debug the error you are seeing. You can get your log output with this command: To get your full NGINX config, you can run this command:  | 
Beta Was this translation helpful? Give feedback.
-
| Hi @Rockawear 
 This is exactly the way you want to use VirtualServerRoutes. Details about  | 
Beta Was this translation helpful? Give feedback.
-
| Hi @shaun-nx, | 
Beta Was this translation helpful? Give feedback.
-
| closing as query is resolved | 
Beta Was this translation helpful? Give feedback.
Hi @Rockawear
This is exactly the way you want to use VirtualServerRoutes.
When using a
VirtualServerRoutewith aVirutalServer, each of yourpathandrouteentries must point to their ownVirutalServerRoute, as thepathdefined in theVirtualServermust match the prefix of eachsubrouteset in the respectiveVirtualServerRouteDetails about
subrouteare in our docs here