diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index 0ac508d..cc14f9c 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -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