mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
33 lines
724 B
YAML
33 lines
724 B
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
configuration:
|
|
additionalConfiguration:
|
|
room_prejoin_state:
|
|
additional_event_types:
|
|
- "m.space.parent"
|
|
- "net.nordeck.meetings.metadata"
|
|
- "m.room.power_levels"
|
|
|
|
homeserver:
|
|
guestModule:
|
|
enabled: true
|
|
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- "ALL"
|
|
enabled: true
|
|
privileged: false
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
runAsUser: 10991
|
|
seccompProfile:
|
|
type: "RuntimeDefault"
|
|
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 10991
|
|
...
|