dusansusic / kubernetes-traefik

How to deploy Traefik Ingress Controller to K8S - DEPRECATED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do we support subpath?

squarell0805 opened this issue · comments

Is there a way we can have subpath but different backend in the traefik? We tested below but no luck.

  • backend:
    serviceName: service-a
    servicePort:80
    path: /pathA
  • backend:
    serviceName: service-b
    servicePort:8000
    path: /pathA/subPath
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically closed because of inactivity.