provisioning/schemas/platform/configs/orchestrator.enterprise.ncl

10 lines
363 B
Text
Raw Normal View History

# Orchestrator Configuration - Enterprise Mode
# High-availability production deployment with compliance and disaster recovery
let orchestrator_schema = import "../orchestrator.ncl" in
let orchestrator_defaults = import "../defaults/orchestrator-defaults.ncl" in
{
orchestrator = orchestrator_defaults.orchestrator | orchestrator_schema.OrchestratorConfig,
}