new valuas-n8n.new

This commit is contained in:
titver968
2025-11-06 09:12:32 +01:00
parent ab3380c054
commit a890275183

View File

@@ -12,24 +12,33 @@ spec:
chart: n8n
helm:
values: |
binaryData:
s3:
host: "https://sws3.innovation-hub-niedersachsen.de"
bucketName: "n8n"
bucketRegion: "eu-west-2"
accessKey: "WPpTwIoSMgrPChsS3rdS"
accessSecret: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
db:
type: "postgresdb"
main:
postgresql:
enabled: true
primary:
persistence:
enabled: true
auth:
username: "n8n"
password: "n8n"
database: "n8n"
minio:
enabled: true
persistence:
enabled: true
storageClass: "longhorn"
webhook:
autoscaling:
enabled: true
encryptionKey: "4e4d133f4c9882369cebde0fb7c4f88f"
webhook:
url: "https://n8n.innovation-hub-niedersachsen.de"
allNodes: true
redis:
enabled: true
master:
persistence:
enabled: true
ingress:
enabled: true
@@ -47,34 +56,6 @@ spec:
hosts:
- "n8n.innovation-hub-niedersachsen.de"
redis:
enabled: true
postgresql:
enabled: true
primary:
persistence:
enabled: true
auth:
username: "n8n"
password: "n8n"
database: "n8n"
minio:
enabled: true
ingress:
hosts:
- "sws3.innovation-hub-niedersachsen.de"
users:
- accessKey: "WPpTwIoSMgrPChsS3rdS"
secretKey: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
policy: n8n-policy
buckets:
- name: "n8n"
policy: "none"
purge: false
versioning: false
destination:
server: 'https://kubernetes.default.svc'
namespace: n8n