feat(c4-arch): added edp-as-orchestratir view
This commit is contained in:
parent
f882aa4159
commit
39b9d4935f
1 changed files with 42 additions and 0 deletions
42
likec4/views/edp-as-orchestrator.c4
Normal file
42
likec4/views/edp-as-orchestrator.c4
Normal file
|
@ -0,0 +1,42 @@
|
|||
views {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @likec4-generated(v1)
|
||||
* iKRoYXNo2ShiMmZlZGEwNzE3MDU5ZjQ0Nzg2YzFhYjJiNTI0NmRjZmRlOWNhYjdlqmF1dG9MYXlvdXSBqWRpcmVjdGlvbqJUQqF40f8UoXkOpXdpZHRozQU6pmhlaWdodM0D7aVub2Rlc4ikQGdyMYKhYpTR/xQOzQU6zQPtoWPDpEBncjKCoWKUMEXNAUDMtKFjw6RAZ3IzgqFilM0B3kXNAUDMtKFjw6RAZ3I0gqFilDDNAXHNAUDMtKFjw6RAZ3I1gqFilM0B3s0Bcc0BQMy0oWPDpEBncjaCoWKU0f88zQJSzQTqzQGBoWPDqmVkcC5hcmdvQ0SCoWKU0f9kzQKJzQIIzQEioWPCrmVkcC5jcm9zc3BsYW5lgqFilM0B+M0Cis0CCM0BIqFjwqVlZGdlc4A=
|
||||
*/
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue