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

Fix exclude inbound ports #202

Merged
merged 1 commit into from
Aug 18, 2022
Merged

Fix exclude inbound ports #202

merged 1 commit into from
Aug 18, 2022

Conversation

dddddai
Copy link
Member

@dddddai dddddai commented Aug 16, 2022

@dddddai dddddai requested a review from a team as a code owner August 16, 2022 11:07
@mergify
Copy link

mergify bot commented Aug 16, 2022

Welcome to the Merbridge OpenSource Community!👏

We're delighted to have you onboard 💘

@@ -186,7 +186,7 @@ func parsePodConfigFromAnnotations(annotations map[string]string, pod *podConfig
}
}
pod.statusPort = uint16(statusPort)
excludeInboundPorts := []uint16{15090, 15006, 15001, 15000, 15020} // todo changeme
Copy link
Member Author

@dddddai dddddai Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW why are we excluding 15000/15006/15001? I don't see this port being excluded by default, please correct me if I'm wrong

@mergify mergify bot merged commit df312cc into merbridge:main Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants