We are trying to deploy ORS on our k8s cluster, the planned set up is;
helmchart template that specifies a pvc (in which the typical contents of /home/ors are stored, including the config and the map data in the files). The pvc is mounted during deployment on /home/ors (so that /config on the pvc should map to /home/ors/config). Furthermore, the deployment uses the v9.7.1-slim image and only the minimal of changes were made to the config (to list the actual map files that we use).
However, during the deployment we get the issue that it starts the configuration lookup, it goes by default locations, finishes the look up, yet it exits due to no profiles configured. I assume that this is due to it not finding the config (as when I run the same image locally, it lists that it finds the config on /home/ors/config (without the pvc that is).
I am at a loss on what to try next and would like to know if anyone has experience with such a setup?
Kind Regards