feat: migrated to valkey
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m0s
render-manifests-push / render-manifests-push (push) Successful in 1m38s
renovate / renovate (push) Successful in 1m39s

This commit is contained in:
2026-03-05 23:12:10 -06:00
parent fdf3ac515c
commit 68200f9261
3 changed files with 18 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ tubearchivist:
- name: ES_DISABLE_VERIFY_SSL
value: true
- name: REDIS_CON
value: redis://redis-replication-tubearchivist-master.tubearchivist:6379
value: redis://tubearchivist-valkey.tubearchivist:6379
- name: TA_HOST
value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/
- name: TA_PORT
@@ -151,17 +151,13 @@ tubearchivist:
main:
- path: /youtube
readOnly: false
redis-replication:
redisReplication:
clusterSize: 3
resources:
requests:
cpu: 200m
memory: 2400Mi
volumeClaimTemplate:
spec:
resources:
requests:
storage: 10Gi
sentinel:
enabled: true
valkey:
resources:
requests:
cpu: 100m
memory: 1Gi
dataStorage:
requestedSize: 10Gi
replica:
persistence:
size: 10Gi