16 lines
596 B
Plaintext
16 lines
596 B
Plaintext
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"
|
|
}
|
|
} |