Skip to content

routes with same dns name and different paths #25

@Hertan

Description

@Hertan

i have routes with same domain but different paths
example:
i have a route with sucefful installed certificate by openshift-letsencrypt
route name: "cdn" with url cdn.mydomain.com route to service nginx-cdn

then i am add several routes
route name: "xxx" with url cdn.mydomain.com/xxx route to service nginx-xxx
route name: "yyy" with url cdn.mydomain.com/yyy route to service nginx-yyy

But watcher's log shows:

Processing route /oapi/v1/namespaces/mynamespace/routes/xxx with domain cdn.mydomain.com.
Certificate for cdn.mydomain.com still valid long enough.
Processing route /oapi/v1/namespaces/mynamespace/routes/yyy with domain cdn.mydomain.com.
Certificate for cdn.mydomain.com still valid long enough.

And certs not be added to these routes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions