enable valkey
This commit is contained in:
@@ -17,5 +17,8 @@ dependencies:
|
|||||||
alias: blocky
|
alias: blocky
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.6.0
|
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
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
|
||||||
appVersion: v0.24
|
appVersion: v0.24
|
||||||
|
@@ -83,6 +83,10 @@ blocky:
|
|||||||
prefetchMaxItemsCount: 0
|
prefetchMaxItemsCount: 0
|
||||||
cacheTimeNegative: 30m
|
cacheTimeNegative: 30m
|
||||||
|
|
||||||
|
redis:
|
||||||
|
address: blocky-valkey-headless.blocky:6379
|
||||||
|
required: true
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
enable: true
|
enable: true
|
||||||
path: /metrics
|
path: /metrics
|
||||||
@@ -139,3 +143,7 @@ blocky:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
|
valkey:
|
||||||
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user