Skip to content

Commit 9eebfe0

Browse files
committed
Fix maxMemory default value
1 parent d4ec0d4 commit 9eebfe0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Helm/redis/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ image:
4646
##
4747
# Redis configuration
4848
redis:
49-
maxMemory: 50000000
49+
50+
# Must be a string, otherwise will be rendered in scientific notation, like "5e+07"
51+
maxMemory: "50000000"
52+
5053
maxMemoryPolicy: "allkeys-lru"
5154
password: "password"
5255
credentialsSecret: ~

0 commit comments

Comments
 (0)