add valkey persis

This commit is contained in:
2025-03-10 13:32:26 -05:00
parent b1ca3c6e25
commit 1eff007abe
2 changed files with 4 additions and 4 deletions

View File

@@ -11,11 +11,10 @@ home: https://wiki.alexlebens.dev/doc/tube-archivist-Bv6xCDKPM5
sources: sources:
- https://github.com/tubearchivist/tubearchivist - https://github.com/tubearchivist/tubearchivist
- https://github.com/elastic/elasticsearch - https://github.com/elastic/elasticsearch
- https://github.com/redis/redis - https://github.com/valkey-io/valkey
- https://hub.docker.com/r/bbilly1/tubearchivist - https://hub.docker.com/r/bbilly1/tubearchivist
- https://hub.docker.com/r/redis/redis-stack-server
- https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
- https://github.com/bitnami/charts/tree/main/bitnami/redis - https://github.com/bitnami/charts/tree/main/bitnami/valkey
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch - https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
maintainers: maintainers:
- name: alexlebens - name: alexlebens

View File

@@ -128,7 +128,8 @@ valkey:
usePasswordFiles: false usePasswordFiles: false
primary: primary:
persistence: persistence:
enabled: false enabled: true
size: 1Gi
replica: replica:
persistence: persistence:
enabled: false enabled: false