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:
Thorsten Roßner
2025-08-06 16:01:24 +02:00
parent 7f17a80597
commit ef8d67f3c1

View File

@@ -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: