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