rstudio server in kubernetes

Its a followup to Non-root install of RStudio server?

I want to install Rstudio server on kubernetes (not the enterprise version) in our kubernetes cluster. Since there are restrictions on host filesystem and root permissions , I need to set runAsNonRoot , disabling privilege escalation and eetc.
I couldnt find which hel chart / docker image to use for this purpose. Can you help?