fix redis

This commit is contained in:
Philip Haupt
2025-05-17 22:59:26 +02:00
parent 7a0a8467da
commit 3075ce8dfd
2 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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: []