Replies: 1 comment
-
@iFlyinq Totally, but in the meantime, just use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Add UDP protocol support to traefik_additional_ports
Current Behavior
Currently, the
traefik_additional_ports
configuration only supports TCP protocol. Even when specifying a protocol in the configuration, the template hardcodesprotocol: TCP
for all additional ports.Example of current configuration:
Desired Behavior
Allow specifying the protocol (TCP/UDP) for additional ports through an optional
protocol
field. If not specified, it should default to TCP for backward compatibility.Example of desired configuration:
Use Case
This is particularly important for services that need both TCP and UDP support on the same port, such as:
Beta Was this translation helpful? Give feedback.
All reactions