Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
766adc0760 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 51s
Generated by CI/CD workflow on 2026-02-03 23:44:52

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:44:52 +00:00
3 changed files with 14 additions and 39 deletions

View File

@@ -3,7 +3,6 @@ kind: Kustomization
resources: resources:
- external-secrets.yaml - external-secrets.yaml
- storage.yaml
helmCharts: helmCharts:
- name: n8n - name: n8n

View File

@@ -1,12 +0,0 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: n8n-home
spec:
accessModes:
- ReadWriteMany
storageClassName: nfs-csi
resources:
requests:
storage: 10Gi

View File

@@ -1,35 +1,11 @@
nodeSelector: webhook:
kubernetes.io/hostname: master.tail2fe2d.ts.net url: https://n8n.hexor.cy
db: db:
type: postgresdb type: postgresdb
main:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 512m
memory: 512Mi
persistence:
enabled: true
existingClaim: n8n-home
mountPath: /home/node/.n8n
worker: worker:
mode: queue mode: queue
# persistence:
# enabled: true
# existingClaim: n8n-home
# mountPath: /home/node/.n8n
webhook:
url: https://n8n.hexor.cy
# persistence:
# enabled: true
# existingClaim: n8n-home
# mountPath: /home/node/.n8n
redis: redis:
enabled: true enabled: true
@@ -40,6 +16,15 @@ externalPostgresql:
username: "n8n" username: "n8n"
database: "n8n" database: "n8n"
main:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 512m
memory: 512Mi
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
@@ -57,3 +42,6 @@ ingress:
hosts: hosts:
- '*.hexor.cy' - '*.hexor.cy'
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net