Hi,
I'm trying fabio with consul using tags. Even though I can see the route listed in the routing table, fabio always gives me No route for <route>. Please help me.
Routing table:

Service definition:
{
"service": {
"id": "httpd",
"name": "web",
"tags": [
"httpd",
"urlprefix-/hello"
],
"port": 80,
"checks": [
{
"name": "HTTPD check",
"id": "api",
"http": "http://localhost/",
"method": "GET",
"interval": "5s"
}
]
}
}
FYI. The consul (client) agent is running inside docker.
Hi,
I'm trying fabio with consul using tags. Even though I can see the route listed in the routing table, fabio always gives me
No route for <route>. Please help me.Routing table:

Service definition:
FYI. The consul (client) agent is running inside docker.