diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index ec29404..84c6e1f 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -45,28 +45,28 @@ spec: hosts: - "n8n.innovation-hub-niedersachsen.de" - redis: - enabled: true + redis: + enabled: true - postgresql: - enabled: true - primary: - persistence: - enabled: true - auth: - username: "n8n" - password: "n8n" + postgresql: + enabled: true + primary: + persistence: + enabled: true + auth: + username: "n8n" + password: "n8n" - minio: - enabled: true - ingress: - hosts: - - "sws3.innovation-hub-niedersachsen.de" - users: - - accessKey: "WPpTwIoSMgrPChsS3rdS" - - secretKey: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" - buckets: - - name: "n8n" + minio: + enabled: true + ingress: + hosts: + - "sws3.innovation-hub-niedersachsen.de" + users: + - accessKey: "WPpTwIoSMgrPChsS3rdS" + - secretKey: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" + buckets: + - name: "n8n" destination: server: 'https://kubernetes.default.svc'