{ "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": 500, "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": "measured SHOW max_connections = 500 on the live instance 2026-09-16; no max_connections flag is set, so this is the tier default and the previous 400 was an unverified assumption about it" } }