Skip to content

Unable to route. #680

@saideeptalari

Description

@saideeptalari

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:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions