From 370d594ad0c645c5ded78a0eaadea13be838bb00 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:53:34 +0200 Subject: [PATCH] feat: dragonfly 3 replicas --- kubernetes/apps/database/dragonfly/cluster/cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/database/dragonfly/cluster/cluster.yaml b/kubernetes/apps/database/dragonfly/cluster/cluster.yaml index ecb666b01..e397c72cc 100644 --- a/kubernetes/apps/database/dragonfly/cluster/cluster.yaml +++ b/kubernetes/apps/database/dragonfly/cluster/cluster.yaml @@ -5,8 +5,8 @@ kind: Dragonfly metadata: name: dragonfly spec: - image: ghcr.io/dragonflydb/dragonfly:v1.22.2@sha256:31e0b4ed3bfaa2c4237f2f7745281b5ba9db1a63055e29b8dd6d78310eb25b3d - replicas: 4 # set to the number of nodes in the cluster + image: ghcr.io/dragonflydb/dragonfly:v1.22.1@sha256:064af8116402bdd966ca01df74d1b8ef68c30b86d6e026a49f9399c9d4d23ee5 + replicas: 3 # set to the number of nodes in the cluster env: - name: MAX_MEMORY valueFrom: