mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 09:35:08 +02:00
We don't want to manage a valkey operator and cluster inside the Docs repo, this will be managed outside. For dev purpose we only need a standalone instance of valkey.
13 lines
374 B
Go Template
13 lines
374 B
Go Template
valkeyConfig: |
|
|
# only keys with a TTL are evicted: celery queues and yhub streams have none
|
|
maxmemory-policy volatile-lru
|
|
appendonly yes
|
|
appendfsync everysec
|
|
|
|
auth:
|
|
enabled: true
|
|
# an ACL line rather than aclUsers, whose passwords make the chart render a
|
|
# helm test pod that Tilt would run as a plain pod
|
|
aclConfig: |
|
|
user default on >pass ~* &* +@all
|