n8n helm

No introduction found. Create it?

Install

Install with:

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

Examples

See examples from other people.

Top Repositories (2 out of 28)

NameRepoStarsVersionTimestamp
n8ndrag0n141/home-ops514.6.26 hours ago
n8nharaldkoch/kochhaus-home1614.6.23 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
string, boolean
boolean, string
string
string
string
string
string
boolean
boolean
boolean
controllers.n8n.containers.app.env.DB_POSTGRESDB_HOST (3)
postgres16vector-rw.database.svc.cluster.local
string
number
boolean
string, number
boolean
string
string
string
number
string
boolean
boolean
boolean
boolean
boolean
boolean
string
string
string
string
string
string
string
boolean
string
boolean
string
string
string
controllers.n8n.containers.app.env.N8N_SMTP_HOST (1)
smtp-relay.networking.svc.cluster.local
string
string
string
boolean
controllers.n8n.containers.app.env.OTEL_RESOURCE_ATTRIBUTES (1)
service.namespace=default,service.version=latest,deployment.environment=production
string
string
string
string
controllers.n8n.containers.app.image.tag (26)
2.6.1@sha256:f3214c30a15cd94eb55b3bc6400c402e38e43175f57c678bebc56091a72b73f3
string
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.6.0@sha256:a06334ab5b5e7116cb93008c2c6f7379eddb6a4e0b2e3ac9a6666e81905561d7
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
string
string
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 (2)
persistentVolumeClaim
string
boolean
string
string
string
string
boolean
string
persistence.config.path (2)
/volume1/network-storage/cluster/n8n/app
string
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
route.app.hostnames[] (19)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
number
string
string
string
string
string
string
string
route.webhooks.hostnames[] (10)
- 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
route.webhook.hostnames[] (2)
- n8n-webhook.jnobrega.com
string
string
string
string
string
string
number
string
number
number
boolean
string
number
boolean
string
ingress.app.hosts[].host (5)
n8n.${SECRET_DOMAIN}
string
string
string
string, number
ingress.app.tls[].hosts[] (3)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
ingress.app.tls[].secretName (1)
${SECRET_DOMAIN/./-}-tls
string
string
string
string
string
string
string
string
ingress.app.annotations."nginx.ingress.kubernetes.io/auth-signin" (1)
https://n8n.${SECRET_DOMAIN}/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
string
boolean
string
string
string
string
ingress.webhook.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1)
networking-traefik-middleware-chain-no-auth@kubernetescrd
string
string
boolean
ingress.webhook.hosts[].host (2)
{{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
string
string
string
ingress.webhook.tls[].hosts[] (1)
- {{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
ingress.webhook.tls[].secretName (1)
wildcard-${SECRET_DOMAIN/./-}-tls
string
string
string
string
string
string
boolean
ingress.main.hosts[].host (1)
{{ .Release.Name }}.home.${SECRET_DOMAIN}
string
string
string
string
ingress.main.tls[].hosts[] (1)
- {{ .Release.Name }}.home.${SECRET_DOMAIN}
string
ingress.main.tls[].secretName (1)
wildcard-${SECRET_DOMAIN/./-}-tls
string
string
string
ingress.webhooks.hosts[].host (1)
{{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
string
string
string
ingress.webhooks.tls[].hosts[] (1)
- {{ .Release.Name }}-webhook.${SECRET_DOMAIN}
string
number
string
number
number
number
boolean
string
string
string
string
string
string