fix(manifests): tenant-registry port 8080 → 8090
ci / shared (push) Successful in 5s
ci / validate (push) Successful in 3s

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:
2026-05-19 09:47:35 +00:00
parent e3a62c8113
commit f1c3fd14b9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
[[service]]
name = "tenant-registry"
image = "registry.breakpilot.com/tenant-registry:env-stage"
port = 8080
port = 8090
depends_on = ["pg-app-stage"]
[service.placement]
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -4,7 +4,7 @@
[[service]]
name = "tenant-registry"
image = "registry.breakpilot.com/tenant-registry:placeholder"
port = 8080
port = 8090
[service.placement]
node = "vm-control"