Files
nplus/dsl/ilm.dsl

19 lines
596 B
Plaintext
Raw Permalink Normal View History

2025-01-24 16:18:47 +01:00
ilm = softwareSystem "nscale ILM Connector" {
tags "nscale"
replicaset = Container "ReplicaSet" "StatefulSet with default Replica 2" {
technology "Kubernetes"
tags "Kubernetes - sts"
main = component "ILM 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"
}