Has anyone successfully decoupled the application.yaml
from the ShinyProxy deployment?
I am trying to create a ConfigMap with the contents of application.yaml
and mount it to the ShinyProxy deployment, but I’m facing issues with the setup. Any guidance or examples on how to properly configure this would be greatly appreciated!
Hi, the best way to deploy ShinyProxy on Kubernetes, is using the shinyproxy operator: GitHub - openanalytics/shinyproxy-operator: Easily run ShinyProxy on a Kubernetes cluster .
This will handle creating and mounting the configmap.