mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
fix(nubus): Only use one LDAP Primary and make replica count of Secondary and Proxy others configurable
This commit is contained in:
committed by
Johannes Bornhold
parent
7695c00426
commit
f0e689b8d9
@@ -115,6 +115,10 @@ nubusLdapNotifier:
|
|||||||
{{ .Values.resources.umsLdapNotifier | toYaml | nindent 4 }}
|
{{ .Values.resources.umsLdapNotifier | toYaml | nindent 4 }}
|
||||||
|
|
||||||
nubusLdapServer:
|
nubusLdapServer:
|
||||||
|
highAvailabilityMode: false
|
||||||
|
replicaCountPrimary: 1
|
||||||
|
replicaCountSecondary: {{ .Values.replicas.umsLdapServerSecondary }}
|
||||||
|
replicaCountProxy: {{ .Values.replicas.umsLdapServerProxy }}
|
||||||
additionalAnnotations:
|
additionalAnnotations:
|
||||||
intents.otterize.com/service-name: "ums-ldap-server"
|
intents.otterize.com/service-name: "ums-ldap-server"
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
|||||||
@@ -82,8 +82,13 @@ replicas:
|
|||||||
umsKeycloakExtensionsProxy: 1
|
umsKeycloakExtensionsProxy: 1
|
||||||
# -- scalable: tbd
|
# -- scalable: tbd
|
||||||
umsLdapNotifier: 1
|
umsLdapNotifier: 1
|
||||||
# -- scalable: tbd
|
# -- scalable: false
|
||||||
umsLdapServer: 1
|
# -- comment: Experimental feature and not supported.
|
||||||
|
umsLdapServerPrimary: 1
|
||||||
|
# -- scalable: true
|
||||||
|
umsLdapServerSecondary: 1
|
||||||
|
# -- scalable: true
|
||||||
|
umsLdapServerProxy: 1
|
||||||
# -- scalable: tbd
|
# -- scalable: tbd
|
||||||
umsNotificationsApi: 1
|
umsNotificationsApi: 1
|
||||||
# -- scalable: true
|
# -- scalable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user