3 Orca clusters (breakpilot-edge / breakpilot-control / breakpilot-app), 1 plane each. Single-VM core with Keycloak co-tenant on vm-edge. App cluster gets prod + stage VMs. Manifests reorganized into clusters/<name>/services/; validator now enforces per-cluster node whitelist. Multi-VM rollout gated on legal entity.
16 lines
385 B
TOML
16 lines
385 B
TOML
# ai-compliance-sdk stub — full config lands in M7.x.
|
|
# Host: vm-app-prod. Resource budget per INFRASTRUCTURE.md §6 co-tenant notes.
|
|
|
|
[[service]]
|
|
name = "ai-compliance-sdk"
|
|
image = "registry.breakpilot.com/ai-compliance-sdk:placeholder"
|
|
port = 3001
|
|
depends_on = ["pg-app", "qdrant", "litellm"]
|
|
|
|
[service.placement]
|
|
node = "vm-app-prod"
|
|
|
|
[service.resources]
|
|
memory = "1Gi"
|
|
cpu = 0.5
|