bcgov/Deploy to OpenShift
Deploy Dockerized application to OpenShift choosing from predefined config templates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 15, 2021
- License
- Apache 2.0
Pinned Snippet
uses: bcgov/openshift-launchpad-deployment@edd2067452e74ae81360428a2eaf433ac8045123 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| MODE | Type of app, either "client" or "server" | yes | — |
| AUTH_TOKEN | OpenShift service account authorization token | yes | — |
| NAMESPACE | OpenShift project namespace | yes | — |
| APP_NAME | OpenShift app name label | yes | — |
| BRANCH | Branch of the application repo that is to be deployed | no | master |
| CLUSTER | The target OpenShift cluster | no | https://api.silver.devops.gov.bc.ca:6443 |
| SCRIPT | Custom script to | no | "" |
| SERVER_PORT | Port exposed by the server | no | 5000 |
| CLIENT_PORT | Port exposed by the client | no | 3000 |
| API_URL | URL of app server | no | — |
Outputs
no outputs