Public Information

This commit is contained in:
2025-01-24 16:18:47 +01:00
commit 0bd2038c86
449 changed files with 108655 additions and 0 deletions

16
dsl/application.dsl Normal file
View File

@@ -0,0 +1,16 @@
application = softwareSystem "Application" {
description "Initialize Document Areas and (Re-) Import Generic Base Apps when updates occur"
tags "nplus"
job = Container "Job" "PostSync Job" {
technology "Kubernetes"
tags "Kubernetes - job"
main = component "NAPPL Container" "Container Template with official Image Running AppInstaller" {
technology "Java"
tags "nscale"
-> nappljobs.svc "consume" "Advanced Connect Protocol Adapter"
-> nplus.confpvc "mount pool"
}
!include "waitFor.dsl"
}
}