2
0
Lauri Ojansivu 057ac4031e Reorganize docs. 11 сар өмнө
..
OpenShift.md 057ac4031e Reorganize docs. 11 сар өмнө
README.md 057ac4031e Reorganize docs. 11 сар өмнө
wekan.yml 057ac4031e Reorganize docs. 11 сар өмнө

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