Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
1e382c7ce1 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-02-04 00:22:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-04 00:22:05 +00:00
AB from home.homenet
8952396c9b Fixed n8n permissions
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-02-04 02:21:39 +02:00
ab
88e5b5f1b7 Update k8s/apps/n8n/external-secrets.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 23s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-02-04 00:15:46 +00:00
2 changed files with 2 additions and 23 deletions

View File

@@ -10,10 +10,7 @@ spec:
template: template:
type: Opaque type: Opaque
data: data:
postgres-password: |- postgres-password: "{{ .psql | trim }}"
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc_pass }}
data: data:
- secretKey: psql - secretKey: psql
sourceRef: sourceRef:
@@ -26,14 +23,3 @@ spec:
metadataPolicy: None metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value 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

@@ -4,13 +4,6 @@ nodeSelector:
db: db:
type: postgresdb type: postgresdb
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
main: main:
resources: resources:
requests: requests:
@@ -42,7 +35,7 @@ redis:
enabled: true enabled: true
externalPostgresql: externalPostgresql:
existingSecret: postgres-password existingSecret: credentials
host: "psql.psql.svc" host: "psql.psql.svc"
username: "n8n" username: "n8n"
database: "n8n" database: "n8n"