mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
18 lines
444 B
YAML
18 lines
444 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
|
|
---
|
|
umcServer:
|
|
certPemFile: "/var/secrets/ssl/tls.crt"
|
|
privateKeyFile: "/var/secrets/ssl/tls.key"
|
|
|
|
extraVolumes:
|
|
- name: "certificates"
|
|
secret:
|
|
secretName: "opendesk-certificates-tls"
|
|
|
|
extraVolumeMounts:
|
|
- name: "certificates"
|
|
mountPath: "/var/secrets/ssl"
|
|
|
|
...
|