fix(univention-management-stack): Scaling udm-rest-api

This commit is contained in:
jconde
2024-02-20 22:45:24 +01:00
committed by Dominik Kaminski
parent d9263c9011
commit 57d0f61b2c
4 changed files with 7 additions and 0 deletions

View File

@@ -57,4 +57,5 @@ marked with a gear.
| Univention Management Stack | | :gear: | :gear: | | Univention Management Stack | | :gear: | :gear: |
| | `replicas.umsPortalFrontend` | :white_check_mark: | :white_check_mark: | | | `replicas.umsPortalFrontend` | :white_check_mark: | :white_check_mark: |
| | `replicas.umsPortalServer` | :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: | | XWiki | `replicas.xwiki` | :x: | :gear: |

View File

@@ -27,6 +27,8 @@ image:
resources: resources:
{{ .Values.resources.umsUdmRestApi | toYaml | nindent 2 }} {{ .Values.resources.umsUdmRestApi | toYaml | nindent 2 }}
replicaCount: {{ .Values.replicas.umsUdmRestApi }}
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:

View File

@@ -46,6 +46,7 @@ replicas:
synapseWeb: 1 synapseWeb: 1
umsPortalFrontend: 1 umsPortalFrontend: 1
umsPortalServer: 1 umsPortalServer: 1
umsUdmRestApi: 1
wellKnown: 1 wellKnown: 1
xwiki: 1 xwiki: 1
... ...

View File

@@ -75,6 +75,9 @@ replicas:
redis: 42 redis: 42
synapse: 42 synapse: 42
synapseWeb: 42 synapseWeb: 42
umsPortalFrontend: 42
umsPortalServer: 42
umsUdmRestApi: 42
wellKnown: 42 wellKnown: 42
xwiki: 42 xwiki: 42
... ...