fix(univention-management-stack): Prepare persistence configuration

This commit is contained in:
Johannes Bornhold
2023-09-14 08:55:54 +02:00
parent 0ba71f2749
commit 7ab1cb5c7e
4 changed files with 25 additions and 0 deletions

View File

@@ -19,5 +19,10 @@ persistence:
redis: "1Gi"
synapse: "1Gi"
univentionCorporateServer: "1Gi"
univentionManagementStack:
ldapServerData: "1Gi"
ldapServerShared: "1Gi"
portalListener: "1Gi"
storeDav: "1Gi"
xwiki: "1Gi"
...