fix(dev): point TENANT_REGISTRY_URL at :8090 #5

Merged
sharang merged 1 commits from fix/dev-port-collision into main 2026-05-19 09:47:39 +00:00

1 Commits

Author SHA1 Message Date
sharang ce9c87de65 fix(dev): point TENANT_REGISTRY_URL default at :8090
ci / shared (pull_request) Successful in 5s
ci / test (pull_request) Successful in 29s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped
Keycloak occupies :8080 in the dev stack; tenant-registry now defaults
to :8090. Update the portal's fallback base URL + .env.example +
the test that pins the URL it constructs.

Prod is unaffected — the Orca manifest sets TENANT_REGISTRY_URL via
service discovery (cross-VM), not a localhost port.

Refs: M5.1
2026-05-19 11:45:13 +02:00