Closed ezzatron closed 4 months ago
I nearly added this the other day, but what would be even better is being able to intercept multiple ports as a single logical operation. It's not currently supported by Telepresence natively, but we could do it in the Makefiles.
Yeah, I suppose for make intercept
that could work. Less so for make intercept-run
.
In some of our services, we've starting having multiple ports, and Telepresence does not always try to intercept the expected port. It would be nice to be able to specify the remote port (or port name) via a Makefile/environment variable (perhaps
TELEPRESENCE_SERVICE_REMOTE_PORT
).Usage would look like this:
Where the Makefile might have a default port defined: