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
16 lines
335 B
TOML
16 lines
335 B
TOML
# powerdns-auth stub — full config lands in M0.3.
|
|
# Host: vm-edge. Resource budget per INFRASTRUCTURE.md §6 co-tenant notes.
|
|
|
|
[[service]]
|
|
name = "powerdns-auth"
|
|
image = "powerdns/pdns-auth:4.9"
|
|
port = 53
|
|
extra_ports = ["53:53/udp", "53:53/tcp"]
|
|
|
|
[service.placement]
|
|
node = "vm-edge"
|
|
|
|
[service.resources]
|
|
memory = "256Mi"
|
|
cpu = 0.25
|