mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
fix(docs): Ensure 120 char line limit in yaml.
This commit is contained in:
committed by
Johannes Bornhold
parent
660618cff9
commit
02253ef4f2
@@ -34,7 +34,8 @@ functional:
|
|||||||
quota:
|
quota:
|
||||||
# Set the default quota for all users in GB
|
# Set the default quota for all users in GB
|
||||||
default: 1
|
default: 1
|
||||||
# Options related to file sharing, changing these options might require a restart of the `opendesk-nextcloud-php` Pod(s).
|
# Options related to file sharing.
|
||||||
|
# Changing these options might require a restart of the `opendesk-nextcloud-php` Pod(s).
|
||||||
sharing:
|
sharing:
|
||||||
# External shares
|
# External shares
|
||||||
external:
|
external:
|
||||||
|
|||||||
@@ -144,7 +144,9 @@ replicas:
|
|||||||
# -- scalable: true
|
# -- scalable: true
|
||||||
openprojectWeb: 1
|
openprojectWeb: 1
|
||||||
# -- scalable: true
|
# -- scalable: true
|
||||||
# -- comment: Async service working on processing queue content. Can work on queues in parallel (when needed). See [upstream Helm chart documentation](https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/) for details, as e.g. dedicated workers to specific queues are in general possible with OpenProject as well.Share
|
# -- comment: Async service working on processing queue content. Can work on queues in parallel (when needed). Check
|
||||||
|
# https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/ for details, as e.g.
|
||||||
|
# dedicated workers for specific queues are possible with OpenProject.
|
||||||
openprojectWorker: 1
|
openprojectWorker: 1
|
||||||
|
|
||||||
# -- component: Groupware (OX Appsuite)
|
# -- component: Groupware (OX Appsuite)
|
||||||
|
|||||||
Reference in New Issue
Block a user