11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
|
|
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"
|
||
|
|
}
|