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 (3 out of 32)

NameRepoStarsVersionTimestamp
n8nharaldkoch/kochhaus-home1714.6.212 hours ago
n8nm00nwtchr/homelab-cluster334.6.29 days ago
n8ndrag0n141/home-ops534.6.212 days 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
boolean
string
controllers.n8n.containers.app.env.N8N_SMTP_HOST (2)
smtp-relay.networking.svc.cluster.local
string
string, number
string
boolean, string
controllers.n8n.containers.app.env.CHECKMK_URL (1)
https://checkmk.${SECRET_DOMAIN_INTERNAL}/checkmk
string
string
string
string
string
string
controllers.n8n.containers.app.env.GOTIFY_URL (1)
http://gotify.default.svc.cluster.local
string
string
string
string
boolean
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
controllers.n8n.containers.app.env.REPORT_TO (1)
server.cve@${SECRET_DOMAIN_SHORT}
string
string
string
string
controllers.n8n.containers.app.image.tag (30)
2.16.0@sha256:c9932d755356f6879ac4aab2efcb334e1e4f2248fc516ab7b115f0def9c69873
string
string
string
string
string
string
string
boolean
string
boolean
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
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.16.0@sha256:c9932d755356f6879ac4aab2efcb334e1e4f2248fc516ab7b115f0def9c69873
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 (11)
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[] (19)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
number
string
string
string
string
string
string
string
string
route.webhooks.hostnames[] (9)
- n8n-webhook.${CLUSTER_DOMAIN}
string
string
string
string
string
number
string
string
string
string
route.main.hostnames[] (2)
- n8n.${SECRET_DOMAIN_TWO}
string
string
string
string
string
string
number
string
string
string
string
route.webhook.hostnames[] (2)
- n8n-webhook.jnobrega.com
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