mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user