summaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorCansu Kavili <cansukavili@gmail.com>2020-04-08 14:38:55 +0200
committerCansu Kavili <cansukavili@gmail.com>2020-04-08 14:38:55 +0200
commita3d44b07749443c67e17aec7d2bb24264a581946 (patch)
tree699ee579f5e0f0274de0735aa9c11fcb4610cdd6 /helm
parent0e79bd25ed323490bda88ce36536410a7f7b56d4 (diff)
downloadwekan-a3d44b07749443c67e17aec7d2bb24264a581946.tar.gz
wekan-a3d44b07749443c67e17aec7d2bb24264a581946.tar.bz2
wekan-a3d44b07749443c67e17aec7d2bb24264a581946.zip
README updated
Diffstat (limited to 'helm')
-rw-r--r--helm/wekan/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/helm/wekan/README.md b/helm/wekan/README.md
index d3af930c..38cb5fed 100644
--- a/helm/wekan/README.md
+++ b/helm/wekan/README.md
@@ -56,3 +56,10 @@ mongodb-replicaset:
This section controls the scale of the MongoDB redundant Replica Set.
**replicas:** This is the number of MongoDB instances to include in the set. You can set this to 1 for a single server - this will still allow you to scale-up later with a helm upgrade.
+
+### Install OCP route
+If you use this chart to deploy Wekan on an OCP cluster, you can create route instead of ingress with following command:
+
+``` bash
+$ helm template --set route.enabled=true,ingress.enabled=false values.yaml . | oc apply -f-
+```