Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
4bd83021ec Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 21s
Generated by CI/CD workflow on 2026-02-05 15:51:39

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 15:51:39 +00:00
2 changed files with 7 additions and 11 deletions

View File

@@ -25,8 +25,6 @@ spec:
- containerPort: 5678
name: http
env:
- name: HOME
value: "/home/node"
- name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS
value: "true"
- name: N8N_HOST
@@ -103,7 +101,7 @@ spec:
persistentVolumeClaim:
claimName: n8n-data
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsUser: 3000
runAsGroup: 3000
runAsNonRoot: true
fsGroup: 1000
fsGroup: 3000

View File

@@ -7,7 +7,7 @@ metadata:
app: n8n
component: worker
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: n8n
@@ -23,8 +23,6 @@ spec:
image: docker.n8n.io/n8nio/n8n:latest
command: ["n8n", "worker"]
env:
- name: HOME
value: "/home/node"
- name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS
value: "true"
- name: N8N_RUNNERS_ENABLED
@@ -89,7 +87,7 @@ spec:
persistentVolumeClaim:
claimName: n8n-data
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsUser: 3000
runAsGroup: 3000
runAsNonRoot: true
fsGroup: 1000
fsGroup: 3000