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:
@@ -17,4 +17,4 @@ cpu = 1.0
|
||||
|
||||
[service.env]
|
||||
KEYCLOAK_ISSUER = "https://auth.breakpilot.com/realms/breakpilot-prod"
|
||||
TENANT_REGISTRY_URL = "http://tenant-registry:8080"
|
||||
TENANT_REGISTRY_URL = "http://tenant-registry:8090"
|
||||
|
||||
Reference in New Issue
Block a user