I am about to create a "Test-Dashboard" for our automatic tests. The test result of one day consists of multiple static html files. These files will be updated daily and the old files will be moved in a folder named with the current date. The files are stored on a persistent Storage inside my Openshift-Project.
Now I want to mount this storage into an running Apache HTTP Server Pod to make the results accessible but I just find solutions where the files are inside a Git-Repo. Is there a possibility to create a solution which won't depend on having the files in a Git-Repo?
Just deploy an Apache HTTP Server, Nginx or Node Docker image on your Openshift-Project. There's just no template for this UseCase and therefore you won't find any working solution in your Openshift-Catalog.