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 apiVersion: v2
name: tubearchivist name: tubearchivist
version: 0.0.2 version: 0.0.4
sources: sources:
- https://github.com/tubearchivist/tubearchivist - https://github.com/tubearchivist/tubearchivist
- https://github.com/bitnami/charts/tree/main/bitnami/redis - https://github.com/bitnami/charts/tree/main/bitnami/redis

View File

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

View File

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