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: |- master.conf: |-
dir /data dir /data
# User-supplied master configuration: # User-supplied master configuration:
rename-command FLUSHDB, ""
rename-command FLUSHALL ""
# End of master configuration # End of master configuration
redis.conf: |- redis.conf: |-
# User-supplied common configuration: # User-supplied common configuration:
@@ -266,7 +264,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/configmap: cc399d966d7e7036f2d24fb4509c2befec453479d2a02dfd822d79317532066c checksum/configmap: d25eb4cc2a9e97a05ef317b4ff8d8a5051142bf3efed6a578353202a207376ee
checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9 checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
checksum/scripts: 0717e77fd3bb941f602860e9be4f2ed87b481cddeadf37be463f8512ecde0c3e checksum/scripts: 0717e77fd3bb941f602860e9be4f2ed87b481cddeadf37be463f8512ecde0c3e
checksum/secret: 4e16e781cf7ffc97028716a7c1bc1c70e2bde7c6d6db59bac169f314859f761b checksum/secret: 4e16e781cf7ffc97028716a7c1bc1c70e2bde7c6d6db59bac169f314859f761b

View File

@@ -138,8 +138,8 @@ master:
updateStrategy: updateStrategy:
type: RollingUpdate type: RollingUpdate
disableCommands: disableCommands:
- FLUSHDB, #- FLUSHDB,
- FLUSHALL #- FLUSHALL
resourcesPreset: nano resourcesPreset: nano
extraVolumeMounts: [] extraVolumeMounts: []
podAffinityPreset: "" podAffinityPreset: ""
@@ -371,7 +371,7 @@ replica:
- ReadWriteOnce - ReadWriteOnce
annotations: {} annotations: {}
subPathExpr: "" subPathExpr: ""
storageClass: "" storageClass: openebs-3-replicas
existingClaim: "" existingClaim: ""
preExecCmds: [] preExecCmds: []
tolerations: [] tolerations: []
@@ -512,7 +512,7 @@ sentinel:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
annotations: {} annotations: {}
storageClass: "" storageClass: openebs-3-replicas
preExecCmds: [] preExecCmds: []
extraEnvVars: [] extraEnvVars: []
extraVolumes: [] extraVolumes: []