wekan/openshift
Josef Fröhle f516f12b13
Make sessinAffinity stickable to clientIP
This would help, but not fix #5120. It's now supports the running of multiple pods for scaling, without the issue that the session will not known on the backend pod.
2023-09-18 12:12:35 +02:00
..
README.md Fix typos. 2018-07-13 02:34:55 +03:00
wekan.yml Make sessinAffinity stickable to clientIP 2023-09-18 12:12:35 +02: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