Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot
bf28c13f72 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 17:07:27

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 17:07:27 +00:00
Ultradesu
82e9b336dc moved to manifests from chart
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-02-05 19:07:04 +02:00
Ultradesu
afbf68c6fa moved to manifests from chart 2026-02-05 19:06:55 +02:00
Ultradesu
f6be70e1ca moved to manifests from chart
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-02-05 18:43:04 +02:00
Ultradesu
02dff40276 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 6s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2026-02-05 18:28:06 +02:00
3 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ spec:
app: n8n app: n8n
component: main component: main
spec: spec:
serviceAccountName: n8n
containers: containers:
- name: n8n - name: n8n
image: docker.n8n.io/n8nio/n8n:latest image: docker.n8n.io/n8nio/n8n:latest
@@ -29,6 +30,8 @@ spec:
value: "/home/node" value: "/home/node"
- name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS - name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS
value: "true" value: "true"
- name: NODES_EXCLUDE
value: "[]"
- name: N8N_HOST - name: N8N_HOST
value: "n8n.hexor.cy" value: "n8n.hexor.cy"
- name: N8N_PORT - name: N8N_PORT

View File

@@ -18,6 +18,7 @@ spec:
app: n8n app: n8n
component: worker component: worker
spec: spec:
serviceAccountName: n8n
containers: containers:
- name: n8n-worker - name: n8n-worker
image: docker.n8n.io/n8nio/n8n:latest image: docker.n8n.io/n8nio/n8n:latest
@@ -37,6 +38,8 @@ spec:
value: "queue" value: "queue"
- name: QUEUE_BULL_REDIS_HOST - name: QUEUE_BULL_REDIS_HOST
value: "n8n-redis" value: "n8n-redis"
- name: N8N_RUNNERS_TASK_BROKER_URI
value: "http://n8n:80"
- name: NODE_ENV - name: NODE_ENV
value: "production" value: "production"
- name: GENERIC_TIMEZONE - name: GENERIC_TIMEZONE

View File

@@ -3,6 +3,7 @@ kind: Kustomization
resources: resources:
- storage.yaml - storage.yaml
- rbac.yaml
- redis-deployment.yaml - redis-deployment.yaml
- redis-service.yaml - redis-service.yaml
- deployment-main.yaml - deployment-main.yaml