moved to manifests from chart
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 14s

This commit is contained in:
Ultradesu
2026-02-05 17:50:57 +02:00
parent 3054a9242b
commit 499da735f7
2 changed files with 8 additions and 6 deletions

View File

@@ -29,6 +29,8 @@ spec:
value: "true"
- name: N8N_RUNNERS_MODE
value: "external"
- name: N8N_PORT
value: "80"
- name: EXECUTIONS_MODE
value: "queue"
- name: QUEUE_BULL_REDIS_HOST
@@ -85,7 +87,7 @@ spec:
persistentVolumeClaim:
claimName: n8n-data
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsUser: 3000
runAsGroup: 3000
runAsNonRoot: true
fsGroup: 1000
fsGroup: 3000