mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
14 lines
558 B
Go Template
14 lines
558 B
Go Template
# SPDX-FileCopyrightText: 2024-2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
resources:
|
|
collabora:
|
|
# When using CollaboraController for autoscaling, `targetMemoryUtilizationPercentage` and
|
|
# `targetCPUUtilizationPercentage` defined at `enterpriseFeatures.collabora.autoscaling`
|
|
# are checked against the `requests` values defined, so please ensure you set these
|
|
# appropriately to avoid unnecessary scaling.
|
|
requests:
|
|
cpu: 3
|
|
memory: "3Gi"
|
|
...
|