feat(k8s): n8n

This commit is contained in:
2026-06-10 23:32:59 +02:00
parent 714d4896c6
commit 12d59cb6f9
4 changed files with 143 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: n8n-config
namespace: n8n
data:
N8N_PORT: "5678"
N8N_RUNNERS_ENABLED: "true"
NODE_ENV: production
GENERIC_TIMEZONE: Europe/Bratislava
TZ: Europe/Bratislava
N8N_SECURE_COOKIE: "false"
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE: "true"
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true"