40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
|
|
sharepoint = group "sharepoint" {
|
||
|
|
sharepointA = softwareSystem "nscale SharePoint Connector A" {
|
||
|
|
tags "nscale"
|
||
|
|
replicaset = Container "ReplicaSet" "StatefulSet with fix Replica 1" {
|
||
|
|
technology "Kubernetes"
|
||
|
|
tags "Kubernetes - sts"
|
||
|
|
|
||
|
|
main = component "SharePoint Container" "Container Template with official Image" {
|
||
|
|
technology "Java"
|
||
|
|
tags "nscale"
|
||
|
|
-> nplus.confpvc "mount conf"
|
||
|
|
-> nappl.svc "consume" "Advanced Connector Protocol Adapter"
|
||
|
|
-> sharepoint "consume" "SharePoint API"
|
||
|
|
}
|
||
|
|
!include "copyConf.dsl"
|
||
|
|
!include "waitFor.dsl"
|
||
|
|
}
|
||
|
|
!include "service.dsl"
|
||
|
|
}
|
||
|
|
|
||
|
|
sharepointB = softwareSystem "nscale SharePoint Connector B" {
|
||
|
|
tags "nscale"
|
||
|
|
replicaset = Container "ReplicaSet" "StatefulSet with fix Replica 1" {
|
||
|
|
technology "Kubernetes"
|
||
|
|
tags "Kubernetes - sts"
|
||
|
|
|
||
|
|
main = component "SharePoint Container" "Container Template with official Image" {
|
||
|
|
technology "Java"
|
||
|
|
tags "nscale"
|
||
|
|
-> nplus.confpvc "mount conf"
|
||
|
|
-> nappl.svc "consume" "Advanced Connector Protocol Adapter"
|
||
|
|
-> sharepoint "consume" "SharePoint API"
|
||
|
|
}
|
||
|
|
!include "copyConf.dsl"
|
||
|
|
!include "waitFor.dsl"
|
||
|
|
}
|
||
|
|
!include "service.dsl"
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|