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
5 changed files with 4 additions and 31 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
@@ -106,4 +104,3 @@ spec:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
fsGroup: 1000

View File

@@ -7,7 +7,7 @@ metadata:
app: n8n
component: worker
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: n8n
@@ -23,16 +23,12 @@ 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
value: "true"
- name: N8N_RUNNERS_MODE
value: "external"
- name: N8N_PORT
value: "80"
- name: EXECUTIONS_MODE
value: "queue"
- name: QUEUE_BULL_REDIS_HOST
@@ -92,4 +88,3 @@ spec:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
fsGroup: 1000

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- storageclass.yaml
- storage.yaml
- redis-deployment.yaml
- redis-service.yaml

View File

@@ -6,7 +6,7 @@ metadata:
spec:
accessModes:
- ReadWriteMany
storageClassName: nfs-csi-n8n
storageClassName: nfs-csi
resources:
requests:
storage: 10Gi

View File

@@ -1,18 +0,0 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-csi-n8n
provisioner: nfs.csi.k8s.io
parameters:
server: nas.homenet
share: /mnt/storage/Storage/PVC
mountPermissions: "0755"
reclaimPolicy: Retain
volumeBindingMode: Immediate
mountOptions:
- uid=1000
- gid=1000
- file_mode=0755
- dir_mode=0755
- nolock