13cdf5e846 fix: upgrade n8n version & add some default configs (#8)
* try to fix gh action

* fix(ci): fix test pods

* fix: add env config for logs and healthcheck

* fix(deps): Upgrade n8n version

Co-authored-by: a5r0n <[email protected]>
2022-11-18 14:44:54 +02:00
2021-10-24 09:35:55 +03:00
2021-10-24 12:11:43 +03:00
2021-11-04 16:07:25 +00: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.0

example values:

#set replicaCount for n8n workers
replicaCount: 5

n8n:
  auth:
    enabled: true
    username: "n8n"
    password: "N8nPassW0r$"

postgresql:
  postgresqlPassword: "N8nPassW0r$"

see values.yaml

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