Files
nplus/dsl/database.dsl

11 lines
328 B
Plaintext
Raw Permalink Normal View History

2025-01-24 16:18:47 +01:00
database = softwareSystem "Database" {
tags "Database"
replicaset = Container "ReplicaSet" "StatefulSet with Replica 1" {
technology "Kubernetes"
tags "Kubernetes - sts"
main = component "Postgres Container" "Container Template with official Image" {
}
}
!include "service.dsl"
}