diff --git a/helmfile/environments/default/functional.yaml b/helmfile/environments/default/functional.yaml index fa04e3d7..de40c464 100644 --- a/helmfile/environments/default/functional.yaml +++ b/helmfile/environments/default/functional.yaml @@ -34,7 +34,8 @@ functional: quota: # Set the default quota for all users in GB 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: # External shares external: diff --git a/helmfile/environments/default/replicas.yaml b/helmfile/environments/default/replicas.yaml index 4165d311..4d64ae63 100644 --- a/helmfile/environments/default/replicas.yaml +++ b/helmfile/environments/default/replicas.yaml @@ -144,7 +144,9 @@ replicas: # -- scalable: true openprojectWeb: 1 # -- 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 # -- component: Groupware (OX Appsuite)