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

@@ -17,5 +17,8 @@ dependencies:
alias: blocky
repository: https://bjw-s.github.io/helm-charts/
version: 3.6.0
- name: valkey
version: 2.2.1
repository: https://charts.bitnami.com/bitnami
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
appVersion: v0.24

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