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