| Hi Laura Fitzgerald, The Dockerfile is done and will build, setup, config all. You can create a project in OCP and a new app on it using the Dockerfile as follows. So, you are free to do this task. I mean, you don't need the operator to do it. 1. create a new project. 2. Create the PostgreSQL from the catalogue with the default values. See the config file in the project with the ENVS. 3. Create the app
$oc new-app https://github.com/aerogear/mobile-security-service --strategy=docker -e PGHOST=postgresql --name=mobile-security-service-app
|
4. Create the service for the new-app
5. Create a router for the api |