mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(univention-management-stack): Scaling udm-rest-api
This commit is contained in:
@@ -57,4 +57,5 @@ marked with a gear.
|
||||
| Univention Management Stack | | :gear: | :gear: |
|
||||
| | `replicas.umsPortalFrontend` | :white_check_mark: | :white_check_mark: |
|
||||
| | `replicas.umsPortalServer` | :white_check_mark: | :white_check_mark: |
|
||||
| | `replicas.umsUdmRestApi` | :white_check_mark: | :white_check_mark: |
|
||||
| XWiki | `replicas.xwiki` | :x: | :gear: |
|
||||
|
||||
@@ -27,6 +27,8 @@ image:
|
||||
resources:
|
||||
{{ .Values.resources.umsUdmRestApi | toYaml | nindent 2 }}
|
||||
|
||||
replicaCount: {{ .Values.replicas.umsUdmRestApi }}
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
||||
@@ -46,6 +46,7 @@ replicas:
|
||||
synapseWeb: 1
|
||||
umsPortalFrontend: 1
|
||||
umsPortalServer: 1
|
||||
umsUdmRestApi: 1
|
||||
wellKnown: 1
|
||||
xwiki: 1
|
||||
...
|
||||
|
||||
@@ -75,6 +75,9 @@ replicas:
|
||||
redis: 42
|
||||
synapse: 42
|
||||
synapseWeb: 42
|
||||
umsPortalFrontend: 42
|
||||
umsPortalServer: 42
|
||||
umsUdmRestApi: 42
|
||||
wellKnown: 42
|
||||
xwiki: 42
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user