renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
730c751b59 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v0.233.0 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-15 06:39:54 +03:00
2021-10-24 09:35:55 +03:00
2022-11-21 04:25:26 +02:00
2023-03-12 18:45:07 +02:00

n8n-chart

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:

export HELM_EXPERIMENTAL_OCI=1
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.4

example values:

#set replicaCount for n8n workers
replicaCount: 5

n8n:
  encryptionKey: d9d8f70c3165f6393b7df462b09f73e2
  webhookUrl: https://n8n.local/
  auth:
    enabled: true
    username: "n8n"
    password: "N8nPassW0r$"

postgresql:
  enabled: true
  auth:
    database: "n8n"
    username: "n8n"
    password: "N8nPassW0r$"
  persistence:
    size: 1Gi

ingress:
  enabled: true
  host: n8n.local
  className: nginx

see values.yaml

S
Description
Helm Chart for n8n.io
Readme Apache-2.0
584 KiB
Languages
Go Template 100%