Lauri Ojansivu 057ac4031e Reorganize docs. 1 year ago
..
OpenShift.md 057ac4031e Reorganize docs. 1 year ago
README.md 057ac4031e Reorganize docs. 1 year ago
wekan.yml 057ac4031e Reorganize docs. 1 year ago

README.md

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