mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
|
|
ldapServer:
|
|
waitForSamlMetadata: true
|
|
|
|
service:
|
|
type: "ClusterIP"
|
|
|
|
extraVolumes:
|
|
- name: "opendesk-schemas"
|
|
configMap:
|
|
name: "ums-stack-data-swp-schemas"
|
|
|
|
extraVolumeMounts:
|
|
- name: "opendesk-schemas"
|
|
mountPath: "/var/lib/univention-ldap-local/local-schema/opendeskFileshare.schema"
|
|
subPath: "opendeskFileshare.schema"
|
|
- name: "opendesk-schemas"
|
|
mountPath: "/var/lib/univention-ldap-local/local-schema/opendeskKnowledgemanagement.schema"
|
|
subPath: "opendeskKnowledgemanagement.schema"
|
|
- name: "opendesk-schemas"
|
|
mountPath: "/var/lib/univention-ldap-local/local-schema/opendeskLearnmanagement.schema"
|
|
subPath: "opendeskLearnmanagement.schema"
|
|
- name: "opendesk-schemas"
|
|
mountPath: "/var/lib/univention-ldap-local/local-schema/opendeskLivecollaboration.schema"
|
|
subPath: "opendeskLivecollaboration.schema"
|
|
- name: "opendesk-schemas"
|
|
mountPath: "/var/lib/univention-ldap-local/local-schema/opendeskProjectmanagement.schema"
|
|
subPath: "opendeskProjectmanagement.schema"
|
|
|
|
...
|