Skip to content

Commit

Permalink
Fix maxMemory default value
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed May 13, 2022
1 parent d4ec0d4 commit 9eebfe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Helm/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ image:
##
# Redis configuration
redis:
maxMemory: 50000000

# Must be a string, otherwise will be rendered in scientific notation, like "5e+07"
maxMemory: "50000000"

maxMemoryPolicy: "allkeys-lru"
password: "password"
credentialsSecret: ~

0 comments on commit 9eebfe0

Please sign in to comment.