chore(domain): yourplatform.com → breakpilot.com
ci / shared (pull_request) Successful in 5s
ci / validate (pull_request) Successful in 2s

Apply the platform-domain decision (2026-05-18) to every manifest,
overlay, DNS template, README, and script in this repo.

Refs: M1.1
This commit is contained in:
2026-05-18 22:07:41 +02:00
parent 6cd1a1546c
commit 1a728428cf
22 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
[[service]]
name = "tenant-registry"
image = "registry.yourplatform.com/tenant-registry:placeholder"
image = "registry.breakpilot.com/tenant-registry:placeholder"
port = 8080
[service.placement]
@@ -15,6 +15,6 @@ cpu = 0.5
[service.env]
DATABASE_URL = "${secrets.TENANT_REGISTRY_DB_URL}"
KEYCLOAK_ISSUER = "https://auth.yourplatform.com/realms/breakpilot-prod"
KEYCLOAK_ISSUER = "https://auth.breakpilot.com/realms/breakpilot-prod"
KEYCLOAK_ADMIN_USER = "${secrets.KEYCLOAK_ADMIN_USER}"
KEYCLOAK_ADMIN_PASS = "${secrets.KEYCLOAK_ADMIN_PASS}"