-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Configure Multiple Backends on the Same Port in TCP CRD #666
Comments
hi @Raj-prateek
no, not at the moment, TCP CRD is tied to one service per port. its not done due to some limitation, but more that we started with what you could do tcp configmap option plus some issues and PRs that were open to extend it. In general, yes, it seems that we could expand it add support for your use case. I added |
Hello @oktalz I will give you an example: |
Hello @oktalz, Any feedback on the last message posted from @Raj-prateek? I have the same requirement in my side |
@Raj-prateek , @clement0210 we can add ingress class to tcp resource, that would use same behavior as for ingress objects. |
Yes this will work 👍🏽 @oktalz. |
Hi @oktalz |
@Raj-prateek we are working on it, but no ETA |
Any update on the above request @oktalz ? |
@Raj-prateek |
Available in 3.0.3 |
We are experiencing an issue with the TCP Custom Resource Definition (CRD) in HAProxy. Specifically, we are unable to configure multiple backends on the same port. This functionality is crucial for our use case where we need to route traffic to different backends based on specific criteria (e.g., SNI).
What we want?
But current tcp crd configuration are stricly binded to 1 service which is making it impossible to do the change.
Can you please suggest any example?
The text was updated successfully, but these errors were encountered: