-
Notifications
You must be signed in to change notification settings - Fork 77
Description
On my installation, the probes mechanism isn't working well - the command is often hanging (I can replicate this in a bash exec). However, the command can also be simplified greatly by just feeding a list of the services to verify to the supervisorctl status command instead.
I developed this change in a branch and tested it -- https://github.com/docker-mailserver/docker-mailserver-helm/compare/master...radicand:docker-mailserver-helm:fix/probes?expand=1 -- however, before submitting a pull request for a cleaned up version of this, I wanted to check to see if any other users are also noticing the probes failing or if it's just me. You can check your deployed pod and see if the restarts are non-zero and if k8s is reporting a command timeout as the probe restart cause.