mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
26 lines
612 B
YAML
26 lines
612 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
|
|
---
|
|
stackDataSwp:
|
|
udmApiUser: "cn=admin"
|
|
udmApiUrl: "http://ums-udm-rest-api/udm/"
|
|
loadDevData: true
|
|
|
|
stackDataContext:
|
|
ldapBase: "dc=swp-ldap,dc=internal"
|
|
oxDefaultContext: "1"
|
|
smtpStartTls: true
|
|
|
|
additionalAnnotations:
|
|
intents.otterize.com/service-name: "ums-stack-data-swp"
|
|
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- "ALL"
|
|
privileged: false
|
|
seccompProfile:
|
|
type: "RuntimeDefault"
|
|
...
|