n8n minio, redis und postgresPassword
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user