mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<h1>Scaling</h1>
|
|
|
|
This document covers the ability to scale applications.
|
|
|
|
# Horizontal scalability
|
|
|
|
We are working on generating this document automatically based on the file
|
|
[`replicas.yaml.gotmpl`](../helmfile/environments/default/replicas.yaml.gotmpl) that contains necessary annotations.
|
|
In the meantime, this file can be used to check the components scaling support/capabilities.
|
|
|
|
# Upstream information
|
|
|
|
While scaling services horizontally is the ideal solution, information about vertical scaling is helpful
|
|
when defining the application's resources, see [`resources.yaml.gotmpl`](../helmfile/environments/default/resources.yaml.gotmpl) for references.
|
|
|
|
Please find below links to the application's upstream resources about scaling:
|
|
|
|
- [OpenProject system requirements](https://www.openproject.org/docs/installation-and-operations/system-requirements/)
|