Skip to content
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

Support custom ports for the backend service of an Ingress path. Support exposing multiple ports under different paths. #120

Closed
HarikrishnanBalagopal opened this issue Oct 26, 2020 · 1 comment · Fixed by #115, #195 or #205
Assignees
Labels

Comments

@HarikrishnanBalagopal
Copy link
Contributor

HarikrishnanBalagopal commented Oct 26, 2020

Right now we always set the backend service port of an ingress path to the default port:

ServicePort: intstr.IntOrString{Type: intstr.Int, IntVal: defaultServicePort},

Add support for setting a custom port.
Use case: preserving ports while translating docker compose and old k8s projects.

@ashokponkumar ashokponkumar added this to Backlog in Move2Kube Nov 13, 2020
@ashokponkumar ashokponkumar added this to Backlog in Move2Kube Nov 13, 2020
@ashokponkumar
Copy link
Member

@HarikrishnanBalagopal This issue is fixed in the latest release, isn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment