mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
## The global properties are used to configure multiple charts at once.
|
|
#
|
|
global:
|
|
## Define ingress/virtualservice host.
|
|
#
|
|
hosts:
|
|
collabora: "collabora"
|
|
cryptpad: "cryptpad"
|
|
element: "chat"
|
|
intercomService: "ics"
|
|
jitsi: "meet"
|
|
keycloak: "id"
|
|
matrixNeoBoardWidget: "matrix-neoboard-widget"
|
|
matrixNeoChoiceWidget: "matrix-neochoice-widget"
|
|
matrixNeoDateFixBot: "matrix-neodatefix-bot"
|
|
matrixNeoDateFixWidget: "matrix-neodatefix-widget"
|
|
minioApi: "minio"
|
|
minioConsole: "minio-console"
|
|
nextcloud: "fs"
|
|
openproject: "project"
|
|
openxchange: "webmail"
|
|
openxchangeProvisioning: "ox-provisioning"
|
|
synapse: "matrix"
|
|
univentionManagementStack: "portal"
|
|
whiteboard: "whiteboard"
|
|
xwiki: "wiki"
|
|
|
|
## Credentials to fetch images from private registry
|
|
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
|
#
|
|
imagePullSecrets:
|
|
- "external-registry"
|
|
|
|
## Define the policy to pull container images.
|
|
## Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
|
#
|
|
imagePullPolicy: "IfNotPresent"
|
|
...
|