Templates and imagestreams that add Cachet to your OpenShift cluster.
Tested for OpenShift 3.6 and 3.7.
- Add official imagestream to OpenShift.
oc create -f imagestreams/cachet-official.yaml
- Add template to OpenShift.
oc create -f templates/cachet.yaml
- Deploy template using WebUI or CLI.
oc process templates/cachet DB_USERNAME=user \
DB_PASSWORD=passwd \
DB_HOST=mysql.host.com \
DB_DATABASE=sampledb \
DB_PORT=3306 \
DB_DRIVER=mysql \
CACHET_URL=cachet.domain.com | \
oc create -f -
- Setup Cachet using Cachet WebUI.
- ...
- Profit.