Compare commits

..

5 Commits

Author SHA1 Message Date
ab
dbb9722840 Update k8s/apps/n8n/deployment-worker.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-02-06 12:56:26 +00:00
ab
e7e066587f Update k8s/apps/n8n/deployment-main.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Has been cancelled
2026-02-06 12:56:10 +00:00
ab
cb83a3fa38 Merge pull request 'Auto-update README with k8s applications' (#127) from auto-update-readme-20260205-182558 into main
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Reviewed-on: #127
2026-02-06 12:02:10 +00:00
Gitea Actions Bot
4b3e1a10d4 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 26s
Generated by CI/CD workflow on 2026-02-05 18:25:58

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 18:25:58 +00:00
Ultradesu
caf024aaa2 Fix
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 16s
2026-02-05 20:25:11 +02:00
3 changed files with 10 additions and 8 deletions

View File

@@ -85,11 +85,11 @@ spec:
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
resources: resources:
requests: requests:
cpu: 100m cpu: 2000m
memory: 128Mi
limits:
cpu: 512m
memory: 512Mi memory: 512Mi
limits:
cpu: 4000m
memory: 2048Gi
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz

View File

@@ -77,11 +77,11 @@ spec:
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
resources: resources:
requests: requests:
cpu: 100m cpu: 2000m
memory: 256Mi memory: 512Mi
limits: limits:
cpu: 1000m cpu: 4000m
memory: 1Gi memory: 2048Gi
livenessProbe: livenessProbe:
exec: exec:
command: command:

View File

@@ -1,2 +1,4 @@
longhornUI: longhornUI:
replicas: 1 replicas: 1
persistence:
reclaimPolicy: "Retain"