8e37f65b8e
Lands manifests/, overlays/, dns/, scripts/, Makefile per M1.1. Bundles yourplatform.com→breakpilot.com rename. vms/ removed (out-of-scope for Orca). Refs: M1.1
15 lines
294 B
TOML
15 lines
294 B
TOML
# redis-erpnext stub — full config lands in M8.1.
|
|
# Host: vm-control. Resource budget per INFRASTRUCTURE.md §6 co-tenant notes.
|
|
|
|
[[service]]
|
|
name = "redis-erpnext"
|
|
image = "redis:7-alpine"
|
|
port = 6379
|
|
|
|
[service.placement]
|
|
node = "vm-control"
|
|
|
|
[service.resources]
|
|
memory = "256Mi"
|
|
cpu = 0.25
|