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-ops524.6.26 hours ago
n8nharaldkoch/kochhaus-home1644.6.22 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
number
controllers.n8n.containers.app.env.DB_POSTGRESDB_HOST (3)
postgres16vector-rw.database.svc.cluster.local
string
boolean
boolean
number, string
boolean
string
string
string
boolean
boolean
boolean
boolean
boolean
boolean
string
string
string
number
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
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
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.8.3@sha256:53004142b0e93de1e9e31943e601ed9bd4b24ca82a307864ccadf1820b627e5e
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
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
string
persistence.config.path (2)
/volume1/network-storage/cluster/n8n/app
string
string
string
boolean
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[] (20)
- {{ .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
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
boolean
number
string
number
boolean
string
ingress.app.hosts[].host (3)
n8n.${SECRET_DOMAIN}
string
string
string
string, number
string
string
string
string
string
string
boolean
string
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
number
string
number
number
number
boolean
string
string
string
string
string
string