mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 05:57:21 -05:00
Add orchestration specs and control scripts
This commit is contained in:
38
infra/cloudflare.json
Normal file
38
infra/cloudflare.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user