fix(univention-management-stack): UMS portal-server scalability

This commit is contained in:
jconde
2024-02-15 16:09:55 +01:00
committed by Thorsten Roßner
parent a3e415d575
commit b1b4c28618
4 changed files with 44 additions and 35 deletions

View File

@@ -83,6 +83,8 @@ image:
path: "/univention/portal/custom/"
tls: {}
replicaCount: {{ .Values.replicas.umsPortalFrontend }}
resources:
{{ .Values.resources.umsPortalFrontend | toYaml | nindent 2 }}

View File

@@ -27,6 +27,8 @@ portalServer:
enabled: true
authenticatorSecret: {{ .Values.secrets.centralnavigation.apiKey | quote }}
replicaCount: {{ .Values.replicas.umsPortalServer }}
resources:
{{ .Values.resources.umsPortalServer | toYaml | nindent 2 }}