Bumps the port field in manifests/{vm-control,stage}/tenant-registry.toml to 8090 and updates customer-portal.toml's TENANT_REGISTRY_URL env to match. Cosmetic alignment with the dev-stack port change — each Orca container has its own port namespace, so prod is functionally unchanged.
Why
Local dev wedge: Keycloak (:8080) and tenant-registry (:8080) couldn't coexist. Bumping tenant-registry to :8090 unblocks make dev across the three repos without changing the rest.
Test plan
Local smoke (CI re-runs after push)
Risk
Negligible. No prod traffic depends on these defaults yet.
Checklist
Docs updated
## What
Bumps the `port` field in `manifests/{vm-control,stage}/tenant-registry.toml` to 8090 and updates `customer-portal.toml`'s `TENANT_REGISTRY_URL` env to match. Cosmetic alignment with the dev-stack port change — each Orca container has its own port namespace, so prod is functionally unchanged.
## Why
Local dev wedge: Keycloak (`:8080`) and tenant-registry (`:8080`) couldn't coexist. Bumping tenant-registry to `:8090` unblocks `make dev` across the three repos without changing the rest.
## Test plan
- [x] Local smoke (CI re-runs after push)
## Risk
Negligible. No prod traffic depends on these defaults yet.
## Checklist
- [x] Docs updated
Local dev's Keycloak owns :8080 so tenant-registry shipped on :8090.
Bring the prod + stage manifest ports + the cross-service URL in
customer-portal.toml in line so dev↔prod stays consistent. In Orca
each service has its own port-namespace inside its container, so
this is a cosmetic alignment, not a load-bearing change.
Refs: M5.1
sharang
merged commit f1c3fd14b9 into main2026-05-19 09:47:36 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
Bumps the
portfield inmanifests/{vm-control,stage}/tenant-registry.tomlto 8090 and updatescustomer-portal.toml'sTENANT_REGISTRY_URLenv to match. Cosmetic alignment with the dev-stack port change — each Orca container has its own port namespace, so prod is functionally unchanged.Why
Local dev wedge: Keycloak (
:8080) and tenant-registry (:8080) couldn't coexist. Bumping tenant-registry to:8090unblocksmake devacross the three repos without changing the rest.Test plan
Risk
Negligible. No prod traffic depends on these defaults yet.
Checklist