enable valkey

This commit is contained in:
2025-01-05 23:31:28 -06:00
parent bf453f05c4
commit f2f63ef399
2 changed files with 11 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ blocky:
prefetchMaxItemsCount: 0
cacheTimeNegative: 30m
redis:
address: blocky-valkey-headless.blocky:6379
required: true
prometheus:
enable: true
path: /metrics
@@ -139,3 +143,7 @@ blocky:
readOnly: true
mountPropagation: None
subPath: config.yml
valkey:
architecture: standalone
auth:
enabled: false