Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
15ced25747 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:53:46

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

View File

@@ -85,11 +85,11 @@ spec:
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
resources: resources:
requests: requests:
cpu: 2000m cpu: 100m
memory: 512Mi memory: 128Mi
limits: limits:
cpu: 4000m cpu: 512m
memory: 2048Gi memory: 512Mi
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: 2000m cpu: 100m
memory: 512Mi memory: 256Mi
limits: limits:
cpu: 4000m cpu: 1000m
memory: 2048Gi memory: 1Gi
livenessProbe: livenessProbe:
exec: exec:
command: command:

View File

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