Create example-redis-config.yaml

This commit is contained in:
Sabbir Ahmed Shameem 2024-05-07 19:19:14 +06:00 committed by GitHub
parent 41f8c53319
commit 88fa29fa9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: example-redis-config
data:
redis-config: |
maxmemory 2mb
maxmemory-policy allkeys-lru