Renamed resources/likec4 to resources/edp-likec4 to better reflect that this directory contains the Enterprise Developer Platform architecture models, not documentation platform architecture. Extended element kinds in edp-likec4/models/spec.c4 to support documentation platform modeling: - Added person, tool, process, repository element kinds - These allow modeling of documentation workflows and processes Consolidated webcomponent generation: - Combined both architecture projects (edp-likec4 and doc-likec4) into a single webcomponent output at static/js/likec4-webcomponent.js - Updated Taskfile.yml to generate from edp-likec4 directory - Removed duplicate webcomponent script loading in head-end.html - Fixed CustomElementRegistry duplicate registration issue Embedded TeleNeoOffice corporate fonts: - Added font files to static/fonts/ and static/ root - Required for correct rendering of diagrams in webcomponent - Fonts are embedded in webcomponent but also served from Hugo static paths - Fixed 404 errors for font loading Updated architecture documentation: - Fixed markdown linting issues (trailing spaces, fence spacing) - Updated all references from resources/likec4 to resources/edp-likec4 - Enhanced setup.md with correct directory structure This refactoring enables: 1. Clear separation between EDP architecture and documentation platform models 2. Single consolidated webcomponent containing all architecture views 3. Proper font loading for corporate branding in diagrams 4. Foundation for future architecture documentation expansion Breaking changes: None (paths updated in documentation)
86 lines
No EOL
2.3 KiB
Text
86 lines
No EOL
2.3 KiB
Text
deployment {
|
|
|
|
cloud otc-faas 'OTC prototype FaaS' {
|
|
description 'OTC environments for Prototype faaS.
|
|
'
|
|
technology 'OTC'
|
|
|
|
environment dev 'tenant Dev' {
|
|
description '*.t09.de'
|
|
technology 'OTC'
|
|
|
|
kubernetes cce 'Central Forgejo' {
|
|
description '*.t09.de'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
cluster edp 'Forgejo Dev for platform team' {
|
|
description 't09.de'
|
|
|
|
instanceOf edp.forgejo {
|
|
-> cloudServices
|
|
}
|
|
}
|
|
}
|
|
|
|
paas cloudServices 'EDP Cloud Services' {
|
|
description 'EDP Cloud Services (Postgres, Redis, etc.'
|
|
technology 'Cloud Services'
|
|
}
|
|
|
|
kubernetes observability 'Observability' {
|
|
description '*.t09.de'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
}
|
|
}
|
|
|
|
environment prod 'Tenant Prod' {
|
|
description '*.buildth.ing'
|
|
technology 'OTC'
|
|
|
|
kubernetes cce 'Central Forgejo' {
|
|
description '*.buildth.ing'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
cluster edp 'Forgejo for all EDP-tenants' {
|
|
|
|
instanceOf edp.forgejo 'Forgejo for all EDP-tenants' {
|
|
description 'buildth.ing'
|
|
-> cloudServices
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
paas cloudServices 'EDP Cloud Services' {
|
|
description 'EDP Cloud Services (Postgres, Redis, etc.'
|
|
technology 'Cloud Services'
|
|
}
|
|
|
|
kubernetes observability 'Observability' {
|
|
description '*.buildth.ing'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
cloud edge 'Edge Cloud' {
|
|
description 'Edge environments for distributed workloads.'
|
|
technology 'Edge'
|
|
|
|
environment edge-dev 'Edge Dev' {
|
|
description 'Edge development environment'
|
|
technology 'Edge'
|
|
}
|
|
|
|
environment edge-prod 'Edge Prod' {
|
|
description 'Edge production environment'
|
|
technology 'Edge'
|
|
}
|
|
}
|
|
} |