Fixed n8n permissions
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 4s
Auto-update README / Generate README and Create MR (push) Successful in 6s

This commit is contained in:
AB from home.homenet
2026-02-04 02:02:28 +02:00
parent da37ae71be
commit 6f8ca40108

View File

@@ -4,13 +4,14 @@ nodeSelector:
db: db:
type: postgresdb type: postgresdb
main:
podSecurityContext: podSecurityContext:
fsGroup: 1000 fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch" fsGroupChangePolicy: "OnRootMismatch"
securityContext: securityContext:
runAsUser: 1000 runAsUser: 1000
runAsGroup: 1000 runAsGroup: 1000
main:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m