An open API service indexing awesome lists of open source software.

https://github.com/faust64/s2i-demo-php


https://github.com/faust64/s2i-demo-php

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# OpenShift S2I Demo

```
oc new-app php~https://github.com/faust64/s2i-demo-php
oc expose svc/s2i-demo-php --overrides \
'{"spec":{"tls":{"insecureEdgeTerminationPolicy":"Redirect","termination":"edge"}}}'
oc logs -f bc/s2i-demo-php
oc get routes
```