Compare commits

..

4 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
3 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -18,6 +18,7 @@ spec:
app: n8n
component: worker
spec:
serviceAccountName: n8n
containers:
- name: n8n-worker
image: docker.n8n.io/n8nio/n8n:latest

View File

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