Files
lasuite-docs/src/helm/env.d/dev/values.valkey.yaml.gotmpl
T
Manuel Raynaud 68655603cc 🔧(helm) run a valkey for the backend and one for yhub in dev and feature
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.
2026-09-21 14:48:43 +02:00

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