Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
c9ccc2344c Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 20s
Generated by CI/CD workflow on 2026-02-05 17:46:46

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

View File

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

View File

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

View File

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

View File

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