Adding Traefik IngressRoute support#191
Conversation
|
@abs0lom the chart has been through a big refactor, could you maybe rebase and propose new change? |
|
I just migrated my Mailu stack to version This will allow me to propose a better and more complete work than my first implementation. I will start by making a list of desirable features for traefik CRDs. I'll work on it this weekend! |
|
I would argue that the Mailu Helm Chart should not support/include all kinds of 3rd party CRD objects. @fastlorenzo @promasu if you agree, I will close this. |
|
I think we should support httproute and gateway, which would allow broader usage. |
|
Yes, that's a great idea. Gateway-api is coming either way. So I'll close this and open an issue to support gateway-api. |
I use Traefik as Ingress Controller with the IngressRoute kind provided by his CRD.
This implementation is not complete, but sufficient for my case.
You're welcome to comment this PR about missing functionalities, I'll update my work to provide more generic stuff about Traefik IngressRoute feature.