Files
nplus/dsl/application.dsl

16 lines
596 B
Plaintext
Raw Normal View History

2025-01-24 16:18:47 +01:00
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"
}
}