Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
84c4715e75 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-03 23:27:33

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:27:33 +00:00
4 changed files with 20 additions and 62 deletions

View File

@@ -2,20 +2,18 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: credentials
name: postgres-password
spec:
target:
name: credentials
name: postgres-password
deletionPolicy: Delete
template:
type: Opaque
data:
postgres-password: |-
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc_pass }}
{{ .n8n }}
data:
- secretKey: psql
- secretKey: n8n
sourceRef:
storeRef:
name: vaultwarden-login
@@ -26,14 +24,5 @@ spec:
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value
- secretKey: enc_pass
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
conversionStrategy: Default
decodingStrategy: None
metadataPolicy: None
key: 18c92d73-9637-4419-8642-7f7b308460cb
property: fields[0].value

View File

@@ -3,7 +3,6 @@ kind: Kustomization
resources:
- external-secrets.yaml
- storage.yaml
helmCharts:
- 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,41 +1,11 @@
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
webhook:
url: https://n8n.hexor.cy
db:
type: postgresdb
main:
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 512m
memory: 512Mi
persistence:
enabled: true
existingClaim: n8n-home
mountPath: /home/node/.n8n
worker:
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:
enabled: true
@@ -46,6 +16,15 @@ externalPostgresql:
username: "n8n"
database: "n8n"
main:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 512m
memory: 512Mi
ingress:
enabled: true
className: traefik
@@ -63,3 +42,6 @@ ingress:
hosts:
- '*.hexor.cy'
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net