Skip to content

Commit

Permalink
feat: dragonfly 3 replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Sep 18, 2024
1 parent 8caca37 commit 370d594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/database/dragonfly/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 370d594

Please sign in to comment.