Steps to test:
1. Make a new project in minishift.
2. Make a pod for postgresql using the template by the same name, with the service name db, password example, username and database name are postgres.
3. Run kubectl apply -f openshift/services.yml then kubectl apply -f openshift/deployment.yml.
4. Make a route for the web container on the web interface.
Access the URL given in the route above to access FHP locally!
Steps to test:
1. Make a new project in minishift.
2. Make a pod for postgresql using the template by the same name, with the service name
db, passwordexample, username and database name arepostgres.3. Run
kubectl apply -f openshift/services.ymlthenkubectl apply -f openshift/deployment.yml.4. Make a route for the web container on the web interface.
Access the URL given in the route above to access FHP locally!