Public Information
This commit is contained in:
16
dsl/application.dsl
Normal file
16
dsl/application.dsl
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user