-
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
VirtualServerRoute
with aVirutalServer
, each of yourpath
androute
entries must point to their ownVirutalServerRoute
, as thepath
defined in theVirtualServer
must match the prefix of eachsubroute
set in the respectiveVirtualServerRoute
Details about
subroute
are in our docs here