18 lines
604 B
Plaintext
18 lines
604 B
Plaintext
|
|
webdav = softwareSystem "nscale WEBDAV Connector" {
|
||
|
|
tags "nscale"
|
||
|
|
replicaset = Container "ReplicaSet" "StatefulSet with default Replica 2" {
|
||
|
|
technology "Kubernetes"
|
||
|
|
tags "Kubernetes - sts"
|
||
|
|
|
||
|
|
main = component "WEBDAV Container" "Container Template with official Image" {
|
||
|
|
technology "Java"
|
||
|
|
tags "nscale"
|
||
|
|
-> nplus.confpvc "mount conf"
|
||
|
|
-> nappl.svc "consume" "Advanced Connect Protocol Adapter"
|
||
|
|
}
|
||
|
|
!include "copyConf.dsl"
|
||
|
|
!include "waitFor.dsl"
|
||
|
|
}
|
||
|
|
!include "service.dsl"
|
||
|
|
!include "ingress.dsl"
|
||
|
|
}
|