n8n minio, redis und postgresPassword

This commit is contained in:
titver968
2025-12-16 15:00:13 +01:00
parent 5647295120
commit daabaabcb2

View File

@@ -34,7 +34,6 @@ spec:
# PostgreSQL Datenbank
db:
type: "postgresdb"
postgresql:
enabled: true
primary:
@@ -48,11 +47,14 @@ spec:
auth:
username: "n8n"
password: "n8n"
postgresPassword: "35PuQG99qi"
database: "n8n"
# MinIO für Binary Data
minio:
enabled: true
rootUser: "vkYCY4YJsFv11E18az7o"
rootPassword: "gOVBJMs5qxABhReVQwe3M43mfS8RsejUJSKOWr5N"
persistence:
enabled: true
storageClass: "longhorn"
@@ -63,6 +65,8 @@ spec:
# Redis für Queue Mode
redis:
enabled: true
auth:
password: "y8GBnBTleK"
master:
persistence:
enabled: true