From 3075ce8dfdd288749f050c53a4f7ebfd850865ff Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sat, 17 May 2025 22:59:26 +0200 Subject: [PATCH] fix redis --- redis/main.yaml | 4 +--- redis/src/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/redis/main.yaml b/redis/main.yaml index e1cd209..9c1292a 100644 --- a/redis/main.yaml +++ b/redis/main.yaml @@ -16,8 +16,6 @@ data: master.conf: |- dir /data # User-supplied master configuration: - rename-command FLUSHDB, "" - rename-command FLUSHALL "" # End of master configuration redis.conf: |- # User-supplied common configuration: @@ -266,7 +264,7 @@ spec: template: metadata: annotations: - checksum/configmap: cc399d966d7e7036f2d24fb4509c2befec453479d2a02dfd822d79317532066c + checksum/configmap: d25eb4cc2a9e97a05ef317b4ff8d8a5051142bf3efed6a578353202a207376ee checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9 checksum/scripts: 0717e77fd3bb941f602860e9be4f2ed87b481cddeadf37be463f8512ecde0c3e checksum/secret: 4e16e781cf7ffc97028716a7c1bc1c70e2bde7c6d6db59bac169f314859f761b diff --git a/redis/src/values.yaml b/redis/src/values.yaml index f750559..f0c109a 100644 --- a/redis/src/values.yaml +++ b/redis/src/values.yaml @@ -138,8 +138,8 @@ master: updateStrategy: type: RollingUpdate disableCommands: - - FLUSHDB, - - FLUSHALL + #- FLUSHDB, + #- FLUSHALL resourcesPreset: nano extraVolumeMounts: [] podAffinityPreset: "" @@ -371,7 +371,7 @@ replica: - ReadWriteOnce annotations: {} subPathExpr: "" - storageClass: "" + storageClass: openebs-3-replicas existingClaim: "" preExecCmds: [] tolerations: [] @@ -512,7 +512,7 @@ sentinel: accessModes: - ReadWriteOnce annotations: {} - storageClass: "" + storageClass: openebs-3-replicas preExecCmds: [] extraEnvVars: [] extraVolumes: []