Fixed n8n permissions

This commit is contained in:
AB from home.homenet
2026-02-04 02:00:54 +02:00
parent a4a1fecbd1
commit da37ae71be
+6
View File
@@ -5,6 +5,12 @@ db:
type: postgresdb
main:
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
resources:
requests:
cpu: 100m