Skip to content

Commit 0f74390

Browse files
author
lijianguo
committed
chore(redis): update values configmap
1 parent f48bb85 commit 0f74390

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

addons/redis-1.1.0/chart/redis/values-production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@ volumePermissions:
732732
## ref: https://redis.io/topics/config
733733
##
734734
configmap: |-
735-
# Enable AOF https://redis.io/topics/persistence#append-only-file
736-
appendonly yes
735+
# Disable AOF https://redis.io/topics/persistence#append-only-file
736+
appendonly no
737737
# Disable RDB persistence, AOF persistence already enabled.
738738
save ""
739739

addons/redis-1.1.0/chart/redis/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,8 @@ volumePermissions:
745745
## ref: https://redis.io/topics/config
746746
##
747747
configmap: |-
748-
# Enable AOF https://redis.io/topics/persistence#append-only-file
749-
appendonly yes
748+
# Disable AOF https://redis.io/topics/persistence#append-only-file
749+
appendonly no
750750
# Disable RDB persistence, AOF persistence already enabled.
751751
save ""
752752

0 commit comments

Comments
 (0)