moved to manifests from chart
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled

This commit is contained in:
Ultradesu
2026-02-05 17:59:22 +02:00
parent 51cc40377c
commit 8fca12c674
4 changed files with 19 additions and 10 deletions

View File

@@ -18,15 +18,6 @@ spec:
app: n8n
component: main
spec:
initContainers:
- name: fix-permissions
image: busybox:1.35
command: ['sh', '-c', 'chown -R 1000:1000 /home/node/.n8n && chmod -R 755 /home/node/.n8n']
volumeMounts:
- name: n8n-data
mountPath: /home/node/.n8n
securityContext:
runAsUser: 0
containers:
- name: n8n
image: docker.n8n.io/n8nio/n8n:latest