- 000
Feature request
I have an e2e test that needs 2 sidecars to be able to run: the API and the Frontend. Both run on port 8080, which results in conflicts.
I would like to forward 8080 to a different port in the sidecar. I could not find any information on how to do this in the docs.
Use case
See above