From b26b99b83dcd42b0d3bbb5c8533e892f6b25c7c2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 29 Jul 2025 20:21:01 -0500 Subject: [PATCH] switch redis --- clusters/cl01tl/platform/n8n/Chart.yaml | 5 ----- clusters/cl01tl/platform/n8n/values.yaml | 24 +----------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/clusters/cl01tl/platform/n8n/Chart.yaml b/clusters/cl01tl/platform/n8n/Chart.yaml index 9aa8b041b..8bd0cbf0e 100644 --- a/clusters/cl01tl/platform/n8n/Chart.yaml +++ b/clusters/cl01tl/platform/n8n/Chart.yaml @@ -8,11 +8,9 @@ keywords: home: https://wiki.alexlebens.dev/s/e4544bd4-c66a-420c-8020-c54b2078181a sources: - https://github.com/n8n-io/n8n - - https://github.com/valkey-io/valkey - https://github.com/cloudnative-pg/cloudnative-pg - https://github.com/n8n-io/n8n/pkgs/container/n8n - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster maintainers: - name: alexlebens @@ -21,9 +19,6 @@ dependencies: alias: n8n repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.2.0 - - name: valkey - version: 3.0.22 - repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts - name: postgres-cluster alias: postgres-17-cluster version: 5.1.0 diff --git a/clusters/cl01tl/platform/n8n/values.yaml b/clusters/cl01tl/platform/n8n/values.yaml index 167d4896a..a3dca3a3d 100644 --- a/clusters/cl01tl/platform/n8n/values.yaml +++ b/clusters/cl01tl/platform/n8n/values.yaml @@ -48,7 +48,7 @@ n8n: - name: EXECUTIONS_MODE value: queue - name: QUEUE_BULL_REDIS_HOST - value: n8n-valkey-primary.n8n + value: redis-replication-n8n-master.n8n - name: N8N_ENCRYPTION_KEY valueFrom: secretKeyRef: @@ -307,28 +307,6 @@ n8n: main: - path: /home/node/.n8n readOnly: false -valkey: - architecture: replication - auth: - enabled: false - usePasswordFiles: false - primary: - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 1Gi - replica: - replicaCount: 1 - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 1Gi postgres-17-cluster: mode: standalone cluster: