23 lines
541 B
Text
23 lines
541 B
Text
views {
|
|
|
|
view platform_orchestration_flow of edp {
|
|
title 'Platform Orchestration Flow'
|
|
|
|
// Keep it minimal: only the elements from the documentation diagram
|
|
include idpbuilder
|
|
include edp
|
|
|
|
include edp.argoCD
|
|
include edp.forgejo
|
|
include edp.ingressNginx
|
|
|
|
// Represent "Platform Stacks" via representative platform components
|
|
include edp.keycloak
|
|
include edp.monitoring
|
|
|
|
// Hide internal-only plumbing unless explicitly included
|
|
exclude element.tag = #internal
|
|
|
|
autoLayout TopBottom
|
|
}
|
|
}
|