From 39232d422de04de960d82a383975e680feae84ee Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 5 Feb 2026 17:14:21 +0200 Subject: [PATCH] Disable NODES_EXCLUDE for n8n --- k8s/apps/n8n/values-n8n.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/k8s/apps/n8n/values-n8n.yaml b/k8s/apps/n8n/values-n8n.yaml index c58c486..7ed0db0 100644 --- a/k8s/apps/n8n/values-n8n.yaml +++ b/k8s/apps/n8n/values-n8n.yaml @@ -5,6 +5,12 @@ nodeSelector: db: type: postgresdb +podSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + runAsNonRoot: true + +# Configure health probes for slow startup main: extraEnvVars: NODES_EXCLUDE: "[]" @@ -19,14 +25,6 @@ main: enabled: true existingClaim: n8n-home mountPath: /home/node/.n8n - -podSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - runAsNonRoot: true - -# Configure health probes for slow startup -main: livenessProbe: httpGet: path: /healthz