Compare commits

..

2 Commits

Author SHA1 Message Date
76c6016a9e change redis image 2024-03-15 02:23:23 -06:00
d8e6ac1d7b fix env value 2024-03-15 02:19:03 -06:00
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: tubearchivist
version: 0.0.2
version: 0.0.4
sources:
- https://github.com/tubearchivist/tubearchivist
- https://github.com/bitnami/charts/tree/main/bitnami/redis

View File

@@ -36,7 +36,7 @@ spec:
protocol: TCP
env:
- name: TA_PORT
value: {{ .Values.service.http.port }}
value: {{ .Values.service.http.port | quote }}
{{- range $k,$v := .Values.deployment.env }}
- name: {{ $k }}
value: {{ $v | quote }}

View File

@@ -33,6 +33,9 @@ persistence:
youtube:
claimName:
redis:
image:
repository: redis/redis-stack-server
tag: 7.2.0-v9
architecture: standalone
auth:
enabled: false