migration
This commit is contained in:
@@ -24,11 +24,11 @@ dependencies:
|
|||||||
alias: tubearchivist
|
alias: tubearchivist
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.7.2
|
version: 3.7.2
|
||||||
|
- name: valkey
|
||||||
|
version: 2.4.4
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
version: 21.4.8
|
version: 21.4.8
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: redis
|
|
||||||
version: 19.6.4
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tube-archivist.png
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tube-archivist.png
|
||||||
appVersion: v0.4.11
|
appVersion: v0.5.0
|
||||||
|
@@ -9,7 +9,7 @@ tubearchivist:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: bbilly1/tubearchivist
|
repository: bbilly1/tubearchivist
|
||||||
tag: v0.4.13
|
tag: v0.5.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
@@ -20,10 +20,10 @@ tubearchivist:
|
|||||||
value: 1000
|
value: 1000
|
||||||
- name: ES_URL
|
- name: ES_URL
|
||||||
value: http://tubearchivist-elasticsearch:9200
|
value: http://tubearchivist-elasticsearch:9200
|
||||||
- name: REDIS_HOST
|
- name: REDIS_CON
|
||||||
value: tubearchivist-redis-headless
|
value: redis://tubearchivist-valkey-headless.tubearchivist:6379
|
||||||
- name: TA_HOST
|
- name: TA_HOST
|
||||||
value: tubearchivist.alexlebens.net tubearchivist.tubearchivist
|
value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/
|
||||||
- name: TA_PORT
|
- name: TA_PORT
|
||||||
value: 24000
|
value: 24000
|
||||||
- name: TA_USERNAME
|
- name: TA_USERNAME
|
||||||
@@ -121,20 +121,17 @@ tubearchivist:
|
|||||||
main:
|
main:
|
||||||
- path: /youtube
|
- path: /youtube
|
||||||
readOnly: false
|
readOnly: false
|
||||||
redis:
|
valkey:
|
||||||
image:
|
|
||||||
repository: redis/redis-stack-server
|
|
||||||
tag: 7.2.0-v13
|
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
commonConfiguration: |-
|
usePasswordFiles: false
|
||||||
# Enable AOF https://redis.io/topics/persistence#append-only-file
|
primary:
|
||||||
appendonly yes
|
persistence:
|
||||||
# Disable RDB persistence, AOF persistence already enabled.
|
enabled: false
|
||||||
save ""
|
replica:
|
||||||
# Enable Redis Json module
|
persistence:
|
||||||
loadmodule /opt/redis-stack/lib/rejson.so
|
enabled: false
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
global:
|
global:
|
||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
|
Reference in New Issue
Block a user