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
n8nharaldkoch/kochhaus-home1604.6.22 days ago
n8ndrag0n141/home-ops504.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
string
string
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
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.4.4@sha256:69226d5f1eb13bc303418730939799239fa96545513f571f2890442b77c7a522
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
string
persistence.files.path (1)
/volume1/network-storage/cluster/n8n/files
string
string
string
string
boolean
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
boolean
number
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
boolean
string
boolean
boolean
number
boolean
number
string
number
string
number
number
number
number
boolean
string
string
string
string
string
string