Skip to content

lhminh167/n8n-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Helm Chart for n8n.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%