Skip to content

chore: add Gateway UX port to testing-up output - #6415

Open
jonpspri wants to merge 2 commits into
mainfrom
chore-add-ux-port-to-testing-up-output
Open

chore: add Gateway UX port to testing-up output#6415
jonpspri wants to merge 2 commits into
mainfrom
chore-add-ux-port-to-testing-up-output

Conversation

@jonpspri

Copy link
Copy Markdown
Collaborator

Summary

Adds a one-line reminder for the Gateway UX URL to the make testing-up service table.

PR #6320 exposed the experimental web UI at http://localhost:3100 (configurable via WEB_UI_PORT), but the testing-up startup summary table wasn't updated to include it. Operators had to know the port out-of-band.

Change

+	@echo "Gateway UX (nginx)   http://localhost:3100         Gateway Supported UX"

One @echo line in the Makefile — no logic changes.

Testing

Running make testing-up now prints:

Service              URL                           Purpose
──────────────────────────────────────────────────────────────────────────
Gateway (nginx)      http://localhost:8080         API proxy
Gateway UX (nginx)   http://localhost:3100         Gateway Supported UX
Locust Web UI        http://localhost:8089         Load testing (master+workers)
...

Closes #6414

Comment thread Makefile Outdated
@echo "Service URL Purpose"
@echo "──────────────────────────────────────────────────────────────────────────"
@echo "Gateway (nginx) http://localhost:8080 API proxy"
@echo "Gateway UX (nginx) http://localhost:3100 Gateway Supported UX"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I believe the port is 3001.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Well you should have documented it :p. I'll double-check.

@jonpspri
jonpspri force-pushed the chore-add-ux-port-to-testing-up-output branch from 0509f84 to dfdf910 Compare September 1, 2026 11:13
Signed-off-by: Jonathan Springer <jps@s390x.com>
Replace the hardcoded port in the testing-up service table with
${WEB_UI_PORT:-3001}, matching the pattern used in docker-compose.yml.
This ensures the displayed URL reflects any custom WEB_UI_PORT override.

Signed-off-by: Jonathan Springer <jps@s390x.com>
@jonpspri
jonpspri force-pushed the chore-add-ux-port-to-testing-up-output branch from dfdf910 to 341d1a7 Compare September 1, 2026 12:00
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.

[CHORE]: Add Gateway UX port to testing-up output

2 participants