mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
fix(univention-management-stack): Add switch "univentionManagementStack.enabled"
This commit is contained in:
@@ -216,6 +216,7 @@ subdirectory `/helmfile/apps/services`.
|
||||
| PostgreSQL | `postgresql.enabled` | `true` | Database | Eval |
|
||||
| Redis | `redis.enabled` | `true` | Cache Database | Eval |
|
||||
| Univention Corporate Server | `univentionCorporateServer.enabled` | `true` | Identity Management & Portal | Functional |
|
||||
| Univention Management Stack | `univentionManagementStack.enabled` | `false` | Identity Management & Portal | Eval |
|
||||
| XWiki | `xwiki.enabled` | `true` | Knowledgebase | Functional |
|
||||
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ helmfiles:
|
||||
- path: "helmfile/apps/services/helmfile.yaml"
|
||||
- path: "helmfile/apps/keycloak/helmfile.yaml"
|
||||
- path: "helmfile/apps/univention-corporate-container/helmfile.yaml"
|
||||
- path: "helmfile/apps/univention-management-stack/helmfile.yaml"
|
||||
- path: "helmfile/apps/keycloak-bootstrap/helmfile.yaml"
|
||||
- path: "helmfile/apps/intercom-service/helmfile.yaml"
|
||||
- path: "helmfile/apps/open-xchange/helmfile.yaml"
|
||||
|
||||
3
helmfile/apps/univention-management-stack/helmfile.yaml
Normal file
3
helmfile/apps/univention-management-stack/helmfile.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
---
|
||||
@@ -37,6 +37,8 @@ redis:
|
||||
enabled: true
|
||||
univentionCorporateServer:
|
||||
enabled: true
|
||||
univentionManagementStack:
|
||||
enabled: false
|
||||
xwiki:
|
||||
enabled: true
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user