Files
opendesk/helmfile/environments/default/customization.yaml
2024-12-09 21:02:18 +01:00

79 lines
2.1 KiB
YAML

# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-License-Identifier: Apache-2.0
---
# This variable allows customization of helmfile releases by loading custom values file.
#
# **Warning**: Customizations are a very powerful tool to apply individual changes to your
# openDesk installation. As there are no limits set for what you use it, openDesk cannot
# support the configurations you are about to create using the customization-option. If you
# have the demand for a specific configuration, try to get it into the openDesk standard
# by creating a ticket at https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/issues
#
# Example:
# customization:
# release:
# collaboraOnline:
# myCustomConfig: "/path/to/additional/file.yaml"
customization:
release:
# collabora
collaboraOnline: {}
# cryptpad
cryptpad: {}
# element
opendeskElement: {}
opendeskWellKnown: {}
opendeskSynapseWeb: {}
opendeskSynapse: {}
# jitsi
jitsi: {}
# migrations-post
migrationsPost: {}
# migrations-pre
migrationsPre: {}
# nextcloud
opendeskNextcloudManagement: {}
opendeskNextcloud: {}
# nubus
ums: {}
intercomService: {}
opendeskKeycloakBootstrap: {}
nginxS3Gateway: {}
# open-xchange
dovecot: {}
openxchange: {}
opendeskOpenxchangeBootstrap: {}
oxConnector: {}
# openproject
openproject: {}
# openproject-bootstrap
opendeskOpenprojectBootstrap: {}
# services
opendeskOtterize: {}
opendeskHome: {}
opendeskCertificates: {}
opendeskAlerts: {}
opendeskDashboards: {}
redis: {}
memcached: {}
postgresql: {}
mariadb: {}
postfix: {}
opendeskDkimpyMilter: {}
clamav: {}
clamavSimple: {}
minio: {}
# xwiki
xwiki: {}
# openDesk Enterprise Components
cassandra: {}
opendeskSynapseAdmin: {}
opendeskSynapseAdminbotBootstrap: {}
opendeskSynapseAdminbotPipe: {}
opendeskSynapseAdminbotWeb: {}
opendeskSynapseAuditbotBootstrap: {}
opendeskSynapseAuditbotPipe: {}
opendeskSynapseGroupsync: {}
...