mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| README.md | ||
| wekan.yml | ||
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