enable valkey
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user