From e44139c4a36cab5b02a56b78ac9ffdc7a696f4a9 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 20 Nov 2025 17:57:40 +0100 Subject: [PATCH] pod security n8n --- argocd/apps/n8n/values-n8n.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index 38feb2d..18b3f6e 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -16,9 +16,6 @@ spec: # n8n Hauptknoten mit Persistenz main: - securityContext: - runAsUser: 0 - fsGroup: 0 persistence: enabled: true storageClass: "longhorn" @@ -29,6 +26,12 @@ spec: helm.sh/resource-policy: keep forceToUseStatefulset: true count: 1 + + podSecurityContext: + fsGroup: 0 + containerSecurityContext: + runAsUser: 0 + runAsnonRoot: false # PostgreSQL Datenbank db: