From 7c2e2cebfffc3aae068a4a85fce54e87f7cd76b9 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 22 Feb 2026 10:25:50 +0100 Subject: [PATCH] fix(deploy): disable Dragonfly CRD (tenant SA lacks dragonflydb.io permission) --- backend/deploy/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deploy/helm/values.yaml b/backend/deploy/helm/values.yaml index 7f8eb24..93082b7 100644 --- a/backend/deploy/helm/values.yaml +++ b/backend/deploy/helm/values.yaml @@ -98,7 +98,7 @@ postgres: # DragonflyDB (Redis-compatible) — replaces Valkey in production # Access is restricted via NetworkPolicy; no auth required dragonfly: - enabled: true + enabled: false name: marktvogt-cache replicas: 1 resources: