Skip to content

Commit 1e14bd3

Browse files
authored
Update webhook port to 8080 to match other exporters (#865)
Signed-off-by: Michal Pryc <mpryc@redhat.com>
1 parent f07383e commit 1e14bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exporters/webhook/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ async def metrics():
229229
collector = load_and_log(WebhookCommitCollector)
230230
REGISTRY.register(collector)
231231

232-
uvicorn.run(app, host="0.0.0.0", port=8000)
232+
uvicorn.run(app, host="0.0.0.0", port=8080)

0 commit comments

Comments
 (0)