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

This commit is contained in:
AB from home.homenet
2026-02-04 02:00:54 +02:00
parent a4a1fecbd1
commit da37ae71be

View File

@@ -5,6 +5,12 @@ db:
type: postgresdb type: postgresdb
main: main:
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
resources: resources:
requests: requests:
cpu: 100m cpu: 100m