Add orchestration specs and control scripts

This commit is contained in:
Alexa Amundson
2025-11-21 00:29:19 -06:00
parent 42de34e4fb
commit 3200e8605f
9 changed files with 316 additions and 163 deletions

38
infra/cloudflare.json Normal file
View File

@@ -0,0 +1,38 @@
{
"zones": {
"blackroad.systems": {
"records": [
{
"type": "CNAME",
"name": "core",
"target": "core.blackroad.systems"
},
{
"type": "CNAME",
"name": "api",
"target": "api.blackroad.systems"
},
{
"type": "CNAME",
"name": "operator",
"target": "operator.blackroad.systems"
},
{
"type": "CNAME",
"name": "console",
"target": "console.blackroad.systems"
},
{
"type": "CNAME",
"name": "docs",
"target": "docs.blackroad.systems"
},
{
"type": "CNAME",
"name": "app",
"target": "blackroad.systems"
}
]
}
}
}