Deploying to OpenShift
Verify deployment file
Open deployment.yaml file in the root folder. Change the configuration to use the image you just built.
Deploy to OpenShift
To deploy, you can use oc apply
with the deployment file.
Check status
Check the status of the pods. Make sure the status is Running. You can also check its logs using oc logs <podname>
Last updated
Was this helpful?