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

chore: listen on only 9090 for /metrics and /live #385

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

d3adb5
Copy link
Contributor

@d3adb5 d3adb5 commented Feb 5, 2023

Ports 9091 and 9090 both lead to the same web server, meaning both /metrics and /live are reachable and fully functional through both. This PR changes that so that only port 9090 is used for both.

Closes #381.

@stakater-user
Copy link
Contributor

@d3adb5 Yikes! You better fix it before anyone else finds out! Build has Failed!

@faizanahmad055
Copy link
Contributor

@d3adb5 can you please rebase from the upstream master so that the pipeline can pass?

Previously, 9091 and 9090 both led to the same web server, meaning both
/metrics and /live were reachable and fully functional through both.
This commit changes that so that only port 9090 is used for both.

Closes stakater#381.
@d3adb5 d3adb5 force-pushed the chore/stop-listening-on-9091 branch from b401e6a to 2f8999e Compare February 7, 2023 08:15
@stakater-user
Copy link
Contributor

@d3adb5 Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-385-2f8999e3

@faizanahmad055 faizanahmad055 merged commit 54d0681 into stakater:master Feb 26, 2023
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.

No need for 2 http listen ports
3 participants