Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

always populate service port name #384

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

surajssd
Copy link
Member

Service port name was only populated when, there were more than one
ports in the service, but now the port names will be always be
populated if none given by the user.

When you create a service with just one service and expose it with a
OpenShift route, and later in time if you add one more port to the
exposed service, the OpenShift route will send traffic to all the
ports of service. To avoid that naming the port from the first time
is necessary.

Fixes #323

Service port name was only populated when, there were more than one
ports in the service, but now the port names will be always be
populated if none given by the user.

When you create a service with just one service and expose it with a
OpenShift route, and later in time if you add one more port to the
exposed service, the OpenShift route will send traffic to all the
ports of service. To avoid that naming the port from the first time
is necessary.
@kadel kadel merged commit 3fcdf5d into kedgeproject:master Oct 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants