Fixed n8n permissions

This commit is contained in:
AB from home.homenet
2026-02-04 02:21:39 +02:00
parent 88e5b5f1b7
commit 8952396c9b
2 changed files with 1 additions and 20 deletions
+1 -8
View File
@@ -4,13 +4,6 @@ nodeSelector:
db:
type: postgresdb
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
main:
resources:
requests:
@@ -42,7 +35,7 @@ redis:
enabled: true
externalPostgresql:
existingSecret: postgres-password
existingSecret: credentials
host: "psql.psql.svc"
username: "n8n"
database: "n8n"