chore(domain): yourplatform.com → breakpilot.com
ci / shared (pull_request) Successful in 4s
ci / test (pull_request) Has been skipped
ci / image (pull_request) Has been skipped

Apply the platform-domain decision (2026-05-18) to every README,
workflow, and config in this repo. 4 files updated.

Refs: M1.1
This commit is contained in:
2026-05-18 22:08:08 +02:00
parent daff430960
commit 4f9451b2c5
5 changed files with 13 additions and 12 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ For IaC: list the make targets.}}
| Env | URL | How |
|---|---|---|
| dev | `http://localhost:8080` | `make dev` |
| stage | `https://tenant-registry.stage.yourplatform.com` | auto on merge to `main` |
| prod | `https://tenant-registry.yourplatform.com` | manual: tag `vX.Y.Z` + sign-off |
| stage | `https://tenant-registry.stage.breakpilot.com` | auto on merge to `main` |
| prod | `https://tenant-registry.breakpilot.com` | manual: tag `vX.Y.Z` + sign-off |
Rollback: `orca rollout undo tenant-registry --env={{env}}`.
@@ -48,7 +48,7 @@ Rollback: `orca rollout undo tenant-registry --env={{env}}`.
- Traces, logs, metrics: [SigNoz](https://signoz.meghsakha.com) — service name `tenant-registry`
- Audit events: Tenant Registry `/audit` (Retraced-shape schema)
- On-call: `oncall@yourplatform.com` · runbook at `platform/docs/runbooks/tenant-registry.md`
- On-call: `oncall@breakpilot.com` · runbook at `platform/docs/runbooks/tenant-registry.md`
## Contributing