From 245cdac996039b8d5037bfb6030539e00cd09f73 Mon Sep 17 00:00:00 2001 From: a5r0n <32464596+a5r0n@users.noreply.github.com> Date: Sun, 24 Oct 2021 10:53:57 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ab0126..7e6f2ef 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # n8n-chart -Helm Chart for n8n.io +Helm Chart for scalable n8n.io +with redis & postgres. + +https://docs.n8n.io/getting-started/installation/advanced/scaling-n8n.html ## install we use the new OCI registery, -so install is simple. +so install is simple: ```bash export HELM_EXPERIMENTAL_OCI=1 @@ -11,6 +14,9 @@ helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.1.0 ``` example values: ```yaml +#set replicaCount for n8n workers +replicaCount: 5 + n8n: auth: enabled: true