From 2eb738325b6bcefbb6d41eb0cff8b722af412219 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:35:26 -0700 Subject: [PATCH] switch gitea to single valkey instance --- gitea/values.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/values.yaml.gotmpl b/gitea/values.yaml.gotmpl index 5482aa4..9e8d079 100644 --- a/gitea/values.yaml.gotmpl +++ b/gitea/values.yaml.gotmpl @@ -59,9 +59,9 @@ service: port: 22 clusterIP: -redis: +valkey: enabled: true -redis-cluster: +valkey-cluster: enabled: false postgresql: enabled: false