fix(manifests): tenant-registry port 8080 → 8090
Unblock local dev: Keycloak owns :8080, so tenant-registry shifts to :8090. Prod is functionally unchanged. Refs: M5.1
This commit was merged in pull request #5.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[[service]]
|
||||
name = "tenant-registry"
|
||||
image = "registry.breakpilot.com/tenant-registry:placeholder"
|
||||
port = 8080
|
||||
port = 8090
|
||||
|
||||
[service.placement]
|
||||
node = "vm-control"
|
||||
|
||||
Reference in New Issue
Block a user