mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(nubus): Add livenessProbe for nubusUdmListener to mitigate cases where the listener becomes uninitialized and stops forwarding provisioning data to NATS. Temporary until upstream provides a probe
This commit is contained in:
@@ -1128,6 +1128,13 @@ nubusProvisioning:
|
|||||||
|
|
||||||
nubusUdmListener:
|
nubusUdmListener:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# Temporary local liveness probe, should be removed once available in the upstream Nubus Helm chart
|
||||||
|
livenessProbe:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- sh
|
||||||
|
- -c
|
||||||
|
- 'grep -E "^[13]$" /var/lib/univention-directory-listener/handlers/ldap_listener'
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user