Here's a video with step by step how to deploy the api-sever with the nodejs + mongodb template: https://drive.google.com/file/d/1yAwKXHshJxs8D3bf6V0YcKRloUtvS5Do/view?usp=sharing Few comments:
- nodejs template has readiness & liveness probe set to /pagecount endpoint by default (see oc get templates nodejs-mongo-persistent -n openshift -o yaml | grep -C 10 pagecount) - this was fixed in master a week ago, but latest version of openshift origin 3.9 still has it.
- it was verified that with the steps made in the video the secure native android template (authentication and sending requests) still works.
|