Shinyproxy on Kubernetes - Deployment instead of Pod

Hi there!

Shiny proxy is great, and I am using it to deploy apps on Kubernetes.

I noticed the applications themselves get deployed as Pods. I was wondering if it would be possible to switch that over to a Deployment? I’d like to switch it to deployment because then I can use Vertical / Horizontal Pod Autoscaler. The VPA is especially important with RShiny because it requires sticky sessions. Being able to scale a pod vertically would be amazing.

I would be happy to sponsor this feature!