mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
This commit should be reverted once we are confident that provisioning and the consumers work as expected.
106 lines
2.3 KiB
Go Template
106 lines
2.3 KiB
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: "my_private_registry.domain.tld"
|
|
imagePullSecrets:
|
|
- "kyverno-test"
|
|
imagePullPolicy: "kyverno"
|
|
persistence:
|
|
storageClassNames:
|
|
RWX: "kyverno-test"
|
|
RWO: "kyverno-test"
|
|
size:
|
|
clamav: "42Gi"
|
|
dovecot: "42Gi"
|
|
mariadb: "42Gi"
|
|
matrixNeoDateFixBot: "42Gi"
|
|
minio: "42Gi"
|
|
nubus:
|
|
ldapServerData: "42Gi"
|
|
ldapServerShared: "42Gi"
|
|
portalListener: "42Gi"
|
|
portalConsumer: "42Gi"
|
|
selfserviceListener: "42Gi"
|
|
postfix: "42Gi"
|
|
postgresql: "42Gi"
|
|
prosody: "42Gi"
|
|
redis: "42Gi"
|
|
synapse: "42Gi"
|
|
xwiki: "42Gi"
|
|
ingress:
|
|
ingressClassName: "kyverno"
|
|
tls:
|
|
enabled: true
|
|
secretName: "kyverno-tls"
|
|
replicas:
|
|
clamav: 42
|
|
clamd: 42
|
|
collabora: 42
|
|
cryptpad: 42
|
|
dovecot: 42
|
|
element: 42
|
|
freshclam: 42
|
|
icap: 42
|
|
intercomService: 42
|
|
jibri: 42
|
|
jicofo: 42
|
|
jitsi: 42
|
|
jitsiKeycloakAdapter: 42
|
|
jvb: 42
|
|
keycloak: 42
|
|
mariadb: 42
|
|
matrixNeoBoardWidget: 42
|
|
matrixNeoChoiceWidget: 42
|
|
matrixNeoDateFixBot: 42
|
|
matrixNeoDateFixWidget: 42
|
|
matrixUserVerificationService: 42
|
|
memcached: 42
|
|
milter: 42
|
|
minio: 42
|
|
nextcloudApache2: 42
|
|
nextcloudExporter: 42
|
|
nextcloudPHP: 42
|
|
openprojectWeb: 42
|
|
openprojectWorker: 42
|
|
openxchangeCoreGuidedtours: 42
|
|
openxchangeCoreMW: 42
|
|
openxchangeCoreUI: 42
|
|
openxchangeCoreUIMiddleware: 42
|
|
openxchangeCoreUserGuide: 42
|
|
openxchangeDocumentConverter: 42
|
|
openxchangeGotenberg: 42
|
|
openxchangeGuardUI: 42
|
|
openxchangeImageConverter: 42
|
|
openxchangeNextcloudIntegrationUI: 42
|
|
openxchangePublicSectorUI: 42
|
|
oxConnector: 42
|
|
postfix: 42
|
|
postgres: 42
|
|
redis: 42
|
|
synapse: 42
|
|
synapseWeb: 42
|
|
umsGuardianAuthorizationApi: 42
|
|
umsGuardianManagementApi: 42
|
|
umsGuardianManagementUi: 42
|
|
umsGuardianOpenPolicyAgent: 42
|
|
umsKeycloakExtensionsHandler: 42
|
|
umsKeycloakExtensionsProxy: 42
|
|
umsLdapNotifier: 42
|
|
umsLdapServer: 42
|
|
umsNotificationsApi: 42
|
|
umsPortalFrontend: 42
|
|
umsPortalListener: 42
|
|
umsPortalConsumer: 42
|
|
umsPortalServer: 42
|
|
umsSelfserviceListener: 42
|
|
umsStackGateway: 42
|
|
umsUdmRestApi: 42
|
|
umsUmcGateway: 42
|
|
umsUmcServer: 42
|
|
wellKnown: 42
|
|
xwiki: 42
|
|
...
|