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
@@ -35,7 +35,7 @@ The single source of truth for which container runs on which VM in which environ
│ ├── vm-data.toml m2.medium, private, data plane (scale driver)
│ └── stage.toml m2.small, public IP, ephemeral
├── dns/
│ └── yourplatform.com.zone.template PowerDNS zone — body lands in M0.3
│ └── breakpilot.com.zone.template PowerDNS zone — body lands in M0.3
├── cluster.toml.tmpl # Cluster-level config (acme_email, backup, ai); rendered per env
├── scripts/
│ ├── validate.sh # `make validate`
@@ -100,7 +100,7 @@ Until the milestone PR lands, the stub still parses and `make validate` stays gr
## Observability
- Traces, logs, metrics: [SigNoz](https://signoz.meghsakha.com) — service name per individual container
- On-call: `oncall@yourplatform.com` · runbooks at `platform/docs/runbooks/`
- On-call: `oncall@breakpilot.com` · runbooks at `platform/docs/runbooks/`
## Contributing