From 3054a9242b0d6a8fe4dc78e9fec6348706d2c60c Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 5 Feb 2026 17:47:38 +0200 Subject: [PATCH] moved to manifests from chart --- k8s/apps/n8n/plain/deployment-main.yaml | 3 ++- k8s/apps/n8n/plain/deployment-worker.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s/apps/n8n/plain/deployment-main.yaml b/k8s/apps/n8n/plain/deployment-main.yaml index 6a001ec..1e20ff2 100644 --- a/k8s/apps/n8n/plain/deployment-main.yaml +++ b/k8s/apps/n8n/plain/deployment-main.yaml @@ -103,4 +103,5 @@ spec: securityContext: runAsUser: 1000 runAsGroup: 1000 - runAsNonRoot: true \ No newline at end of file + runAsNonRoot: true + fsGroup: 1000 \ No newline at end of file diff --git a/k8s/apps/n8n/plain/deployment-worker.yaml b/k8s/apps/n8n/plain/deployment-worker.yaml index f45b3cf..c87dad6 100644 --- a/k8s/apps/n8n/plain/deployment-worker.yaml +++ b/k8s/apps/n8n/plain/deployment-worker.yaml @@ -87,4 +87,5 @@ spec: securityContext: runAsUser: 1000 runAsGroup: 1000 - runAsNonRoot: true \ No newline at end of file + runAsNonRoot: true + fsGroup: 1000 \ No newline at end of file