35 lines
712 B
Text
35 lines
712 B
Text
|
|
views {
|
||
|
|
view edporchestrator of edp {
|
||
|
|
title 'EDP as Orchestrator'
|
||
|
|
|
||
|
|
global style text_large
|
||
|
|
|
||
|
|
exclude element.tag = #internal
|
||
|
|
|
||
|
|
style * {
|
||
|
|
opacity 25%
|
||
|
|
}
|
||
|
|
group 'EDP' {
|
||
|
|
group 'Developer Control Plane' {
|
||
|
|
|
||
|
|
}
|
||
|
|
group 'Integration & Delivery Plane' {
|
||
|
|
|
||
|
|
}
|
||
|
|
group 'Monitoring Plane' {
|
||
|
|
|
||
|
|
}
|
||
|
|
group 'Security Plane' {
|
||
|
|
|
||
|
|
}
|
||
|
|
group 'Backend' {
|
||
|
|
include argoCD with {
|
||
|
|
description 'Declarative management of platform tools'
|
||
|
|
}
|
||
|
|
include crossplane
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
autoLayout TopBottom
|
||
|
|
}
|
||
|
|
}
|