mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
31 lines
755 B
Go Template
31 lines
755 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
|
|
*/}}
|
|
---
|
|
global:
|
|
imageRegistry: "external-registry.souvap-univention.de/sovereign-workplace"
|
|
persistence:
|
|
storageClassNames:
|
|
RWX: "kyverno-test"
|
|
RWO: "kyverno-test"
|
|
size:
|
|
clamav: "42Gi"
|
|
dovecot: "42Gi"
|
|
mariadb: "42Gi"
|
|
matrixNeoDateFixBot: "42Gi"
|
|
minio: "42Gi"
|
|
postfix: "42Gi"
|
|
postgresql: "42Gi"
|
|
prosody: "42Gi"
|
|
redis: "42Gi"
|
|
synapse: "42Gi"
|
|
univentionManagementStack:
|
|
ldapServerData: "42Gi"
|
|
ldapServerShared: "42Gi"
|
|
portalListener: "42Gi"
|
|
selfserviceListener: "42Gi"
|
|
storeDav: "42Gi"
|
|
xwiki: "42Gi"
|
|
...
|