https://github.com/mscherer/clc-openshift
Openshift template for CLC
https://github.com/mscherer/clc-openshift
Last synced: 6 months ago
JSON representation
Openshift template for CLC
- Host: GitHub
- URL: https://github.com/mscherer/clc-openshift
- Owner: mscherer
- License: mit
- Created: 2021-07-08T21:58:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T18:42:10.000Z (about 5 years ago)
- Last Synced: 2025-06-01T15:46:46.296Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick template to deploy clc on Openshift v4
To use it, you need the openshift client (oc), and enough access to
a project/namespace on your openshift cluster.
The template can be deployed with this command:
```
oc process -p APPLICATION_DOMAIN=clc.example.org -p ADMIN_PASSWORD=s3cr3t -f clc.yml | oc create -f -
oc start-build clc
```