1a728428cf
Apply the platform-domain decision (2026-05-18) to every manifest, overlay, DNS template, README, and script in this repo. Refs: M1.1
16 lines
389 B
TOML
16 lines
389 B
TOML
# admin-compliance stub — full config lands in M7.x.
|
|
# Host: vm-data. Resource budget per INFRASTRUCTURE.md §6 co-tenant notes.
|
|
|
|
[[service]]
|
|
name = "admin-compliance"
|
|
image = "registry.breakpilot.com/admin-compliance:placeholder"
|
|
port = 3002
|
|
depends_on = ["backend-compliance", "ai-compliance-sdk"]
|
|
|
|
[service.placement]
|
|
node = "vm-data"
|
|
|
|
[service.resources]
|
|
memory = "512Mi"
|
|
cpu = 0.25
|