Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
2136cffa20 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:50:18

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:50:18 +00:00
2 changed files with 13 additions and 18 deletions

View File

@@ -10,8 +10,10 @@ spec:
template:
type: Opaque
data:
postgres-password: "{{ .psql | trim }}"
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
postgres-password: |-
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc-pass }}
data:
- secretKey: psql
sourceRef:
@@ -24,7 +26,7 @@ spec:
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value
- secretKey: enc_pass
- secretKey: enc-pass
sourceRef:
storeRef:
name: vaultwarden-login

View File

@@ -4,13 +4,6 @@ nodeSelector:
db:
type: postgresdb
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
main:
resources:
requests:
@@ -26,17 +19,17 @@ main:
worker:
mode: queue
# persistence:
# enabled: true
# existingClaim: n8n-home
# mountPath: /home/node/.n8n
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
persistence:
enabled: true
existingClaim: n8n-home
mountPath: /home/node/.n8n
redis:
enabled: true