Jupyterhub image with slurm included

Hi,
I am running Jupyterhub instance in k8s, it looks all good, except that now we want to allow users to send HPC jobs to our cluster, and for that we need the Munge process to be running, that is the only daemon we need for Slurm.
How do you recommend me to do that? To keep it as simple as possible, I wouldn’t like to introduce supervisord if possible, and if Munge die, it is ok to leave it gone until the user restarts its container.

Cheers.