mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Phase 6 of the relay split: the relay's deploy/operate surface moves under cloud/ with 24 cloud-* workflows gated on ORCA_CLOUD_OPERATIONS_ENABLED, the Cloud SQL rollout lease action, the relay Terraform root (dual-accept identities for both repositories), scripts, docs, CODEOWNERS, and a terraform validate job in Cloud Verify.
16 lines
751 B
JSON
16 lines
751 B
JSON
{
|
|
"comment": "Production Cloud SQL consumers owned by the private orca-cloud application tree (auth and API services). The relay ships without them, so the values the connection budget needs are published here; the private repository binds every field back to its source in its own CI.",
|
|
"authInstances": 2,
|
|
"authPoolMax": 10,
|
|
"apiInstances": 10,
|
|
"apiPoolMax": 5,
|
|
"maxConnections": 400,
|
|
"sources": {
|
|
"authInstances": "private apps tfvars: auth service max instances",
|
|
"authPoolMax": "private auth service: pg.Pool max",
|
|
"apiInstances": "private apps tfvars: API service max instances",
|
|
"apiPoolMax": "private API service: pg.Pool max",
|
|
"maxConnections": "Cloud SQL tier default; no max_connections flag is set"
|
|
}
|
|
}
|