wekan/wekan-openshift
Andras Gyacsok 687c7923e7 Wekan integration with OpenShift
Added OpenShift template to run WeCan in OpenShift.
Tested on OpensShift 3.7 Dedicated.
2018-07-11 18:22:21 +02:00
..
README.md Wekan integration with OpenShift 2018-07-11 18:22:21 +02:00
wekan.yml Wekan integration with OpenShift 2018-07-11 18:22:21 +02:00

WeKan on OpenShift

Openshift Template for WeKan backed by MongoDB

Create Template

oc create -f wekan.yml

Delete Instance Resources

Clean up all resources created. Note label filters assume single instance of template deployed in the current namespace.

oc delete all -l app=wekan
oc delete pods -l app=wekan
oc delete persistentvolumeclaim -l app=wekan
oc delete serviceaccount -l app=wekan
oc delete secret -l app=wekan