The Deployment template when run through Github Actions will create the following resources in the Openshift cluster. This will be used to automatically deploy the application on new build.
Deployment configuration for the application
Service to communicate with the container application
Route to expose the application to the public
-Persistent volume to persist any data outside the application container
Any configmaps/secrets if required for any configuration that the appliction will use.
@freshjwarren
The Deployment template when run through Github Actions will create the following resources in the Openshift cluster. This will be used to automatically deploy the application on new build.