https://github.com/faust64/s2i-demo-php
https://github.com/faust64/s2i-demo-php
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/faust64/s2i-demo-php
- Owner: faust64
- Created: 2019-10-02T06:19:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T06:26:34.000Z (over 5 years ago)
- Last Synced: 2025-02-17T15:51:48.300Z (4 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```