Files
opendesk/helmfile/environments/default/persistence.gotmpl
2023-07-20 10:25:23 +02:00

25 lines
525 B
Go Template

{{/*
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
SPDX-License-Identifier: Apache-2.0
*/}}
---
persistence:
storageClassNames:
RWX: "csi-cephfs-sc"
RWO: "csi-rbd-sc"
size:
clamav: "1Gi"
dovecot: "1Gi"
mariadb: "1Gi"
nextcloud:
main: "1Gi"
data: "10Gi"
openproject: "1Gi"
postfix: "1Gi"
postgresql: "1Gi"
prosody: "1Gi"
redis: "1Gi"
univentionCorporateServer: "1Gi"
xwiki: "1Gi"
...