Compare commits

..

1 Commits

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

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

View File

@@ -101,7 +101,6 @@ spec:
persistentVolumeClaim:
claimName: n8n-data
securityContext:
runAsUser: 3000
runAsGroup: 3000
runAsNonRoot: true
fsGroup: 3000
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true

View File

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