From 946ac80ddd7a67b735b5825c0627957be0e04293 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 9 Oct 2023 21:29:59 +0100 Subject: [PATCH] Set Redis replica count to 0 Since the configmap-env sets the REDIS_HOST to `namespace-redis-master` any replicas will not be used and the Bitnami chart defaults to 3 unused replicas. --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index a4660e2..705cbc4 100644 --- a/values.yaml +++ b/values.yaml @@ -281,6 +281,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: