From 97c3d1dc90ba1aa47cde332df6b03ee715d48002 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Thu, 11 Jan 2024 14:15:36 +0000 Subject: [PATCH] Set default Redis replica count to 0 (#96) --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index b9fd707..100f560 100644 --- a/values.yaml +++ b/values.yaml @@ -389,6 +389,8 @@ redis: # you can also specify the name of an existing Secret # with a key of redis-password set to the password you want # existingSecret: "" + replica: + replicaCount: 0 # @ignored service: