mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
26 lines
590 B
Go Template
26 lines
590 B
Go Template
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: ""
|
|
tls:
|
|
enabled: true
|
|
secretName: "opendesk-certificates-tls"
|
|
parameters:
|
|
bodySize:
|
|
collabora: "100M"
|
|
element: "100M"
|
|
nextcloud: "100M"
|
|
openproject: "100M"
|
|
oxAppSuite: "100M"
|
|
xwiki: "100M"
|
|
bodyTimeout:
|
|
collabora: 600
|
|
element: 60
|
|
nextcloud: 600
|
|
openproject: 60
|
|
oxAppSuite: 60
|
|
xwiki: 60
|
|
...
|