n8n helm

No introduction found. Create it?

Install

Install with:

helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install n8n app-template/app-template -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 31)

NameRepoStarsVersionTimestamp
n8ndrag0n141/home-ops544.6.214 hours ago
n8nm00nwtchr/homelab-cluster334.6.2a month ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
number
string
boolean, string
string
number, string
boolean, string
number, string
boolean, string
boolean, string
string
string
string
string
string
string
controllers.n8n.containers.app.env.DB_POSTGRESDB_HOST (5)
postgres16-rw.database.svc.cluster.local
string
boolean
boolean
boolean
string
string
number
boolean
string, number
boolean
string
boolean
boolean
boolean
boolean
boolean
string
number
string
controllers.n8n.containers.app.env.N8N_SMTP_HOST (2)
smtp-relay.networking.svc.cluster.local
string
string, number
string
boolean, string
string
string
string
string
string
boolean
string
string
string
string
string
string
string
boolean
string
controllers.n8n.containers.app.env.OTEL_RESOURCE_ATTRIBUTES (1)
service.namespace=default,service.version=latest,deployment.environment=production
string
string
string
string
string
string
string
string
string
string
boolean
string
boolean
boolean
number
number
number
string
number
number
boolean
boolean
boolean
number
string
number
number
number
number
boolean
number
number
string
number
number
number
boolean
number
boolean
string
string, boolean
string
string
string
number
string
string
boolean
number
string
boolean
boolean
boolean
string
boolean
string
boolean
boolean
string
string
number
string
boolean
boolean
boolean
string
string
controllers.n8n.containers.n8n.image.tag (2)
2.19.2@sha256:385ea908fee7f77792ccf1a1cfd8f1509f2b55d9b20db7b3b00df5e8f85d8875
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
controllers.n8n.containers.token-server.command[] (1)
- python3
- -u
- -c
- from http.server import HTTPServer, BaseHTTPRequestHandler import sys class TokenHandler(BaseHTTPRequestHandler): def do_GET(self): try: if self.path == '/token': with open('/var/run/secrets/kubernetes.io/serviceaccount/token', 'r') as f: token = f.read().strip() self.send_response(200) self.send_header('Content-Type', 'text/plain') self.end_headers() self.wfile.write(token.encode()) else: self.send_response(404) self.end_headers() except Exception as e: print(f"ERROR: {e}", file=sys.stderr, flush=True) self.send_response(500) self.end_headers() def log_message(self, format, *args): pass # Suppress access logs print("Token server starting on 127.0.0.1:8888...", flush=True) try: HTTPServer(('127.0.0.1', 8888), TokenHandler).serve_forever() except Exception as e: print(f"FATAL: Server failed to start: {e}", file=sys.stderr, flush=True) sys.exit(1)
string
string
string
string
string
string
string
number, string
string
number, string
number, string
string
controllers.n8n.initContainers.init-db.image.tag (10)
18@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
string, number
string
string
string
string
string
string
string
string
string
string
string
string
string
number
number
string
string
number
string
string
string
string
string
string
string
persistence.data.type (4)
persistentVolumeClaim
string
boolean
string
string
string
string
string
persistence.config.path (2)
/volume1/network-storage/cluster/n8n/app
string
string
string
boolean
string
string
string
string
boolean
string
persistence.files.path (1)
/volume1/network-storage/cluster/n8n/files
string
string
string
string
boolean
persistence.nfs.path (1)
/mnt/tank/hwe/Documents/data
string
string
string
string
boolean
string
string
string
route.app.hostnames[] (18)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
number
string
string
string
string
string
string
string
string
route.webhooks.hostnames[] (8)
- n8n-webhook.${CLUSTER_DOMAIN}
string
string
string
string
string
number
string
string
string
string
route.webhook.hostnames[] (3)
- n8n-webhook.dcunha.io
string
string
string
string
string
string
string
string
number
string
route.main.hostnames[] (2)
- n8n.${SECRET_DOMAIN_TWO}
string
string
string
string
string
string
number
string
string
string
string
string
string
string
string
string
string
route.external.hostnames[] (1)
- {{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
string
string
string
string
number
string
string
route.internal.hostnames[] (1)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
string
number
number
string
number
number
boolean
string
number
string
string
boolean
string
ingress.app.hosts[].host (7)
n8n.${SECRET_DOMAIN}
string
string
string
string, number
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
ingress.app.tls[].hosts[] (4)
- n8n.${SECRET_DOMAIN}
string
string
boolean
string
boolean
ingress.webhook.hosts[].host (3)
n8n-webhook.${EXTERNAL_DOMAIN}
string
string
string
string
string
string
string
string
ingress.webhook.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1)
networking-traefik-middleware-chain-no-auth@kubernetescrd
string
ingress.webhook.tls[].hosts[] (1)
- {{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
ingress.webhook.tls[].secretName (1)
wildcard-${SECRET_DOMAIN/./-}-tls
string
string
ingress.main.hosts[].host (2)
n8n.${SECRET_DOMAIN}
string
string
string
number, string
string
string
string
string
string
boolean
ingress.main.tls[].hosts[] (1)
- {{ .Release.Name }}.home.${SECRET_DOMAIN}
string
ingress.main.tls[].secretName (1)
wildcard-${SECRET_DOMAIN/./-}-tls
string
string
string
string
boolean
string
string
string
string
string
string