fix(manifests): tenant-registry port 8080 → 8090 #5
Reference in New Issue
Block a user
Delete Branch "fix/dev-port-collision"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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