summaryrefslogtreecommitdiffstats
path: root/openshift/README.md
blob: a97657f38c597e66ff27f30527e97f1634c5f52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Wekan on OpenShift
 
OpenShift Template for Wekan backed by MongoDB
 
#### Create Template
```sh
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.
 
```sh
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
```