mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
24 lines
684 B
YAML
24 lines
684 B
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
cleanup:
|
|
deletePodsOnSuccess: false
|
|
|
|
# resources:
|
|
# limits:
|
|
# # The max amount of CPUs to consume.
|
|
# cpu: 1
|
|
# # The max amount of RAM to consume.
|
|
# memory: "1Gi"
|
|
# requests:
|
|
# # The amount of CPUs which has to be available on the scheduled node.
|
|
# cpu: 1
|
|
# # The amount of RAM which has to be available on the scheduled node.
|
|
# memory: "256Mi"
|
|
|
|
# Keep default values:
|
|
# coreMiddleware:
|
|
# statefulSet: "open-xchange-core-mw-default-0"
|
|
# pod: "open-xchange-core-mw-default-0"
|
|
...
|