Deploying to OpenShift Serverless
1. Deploy the serverless application
2. Check status
The serverless application can be reached at http://process-transaction.example-bank.svc.cluster.local
in the example above. If it doesn't match with the one you deployed in the previous microservices lab, fix the KNATIVE_SERVICE_URL
value in the bank-app-backend/transaction-service/deployment.yaml
file and redeploy it again with oc apply
Last updated
Was this helpful?