wekan/openshift
Jimmy Jones e127895cf3
OpenShift template updates
* Remove status fields (this is created by Kubernetes at run time)
* The latest MongoDB by [default available with OpenShift is 3.6](https://github.com/openshift/origin/blob/master/examples/image-streams/image-streams-rhel7.json#L334)
* Change MongoDB service name to contain wekan to avoid potentially conflicting with other mongodb instances in the same project
2020-06-07 20:18:17 +01:00
..
README.md Fix typos. 2018-07-13 02:34:55 +03:00
wekan.yml OpenShift template updates 2020-06-07 20:18:17 +01: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