release paperless ngx 0.0.2 fixed bug with redis configuration

This commit is contained in:
Richard Tomik
2025-10-26 18:28:25 +01:00
parent e65df72663
commit 4cb45e3013
6 changed files with 97 additions and 3 deletions

View File

@ -69,6 +69,10 @@ spec:
# Required services
- name: PAPERLESS_REDIS
value: {{ include "paperless-ngx.redis.url" . | quote }}
{{- if .Values.redis.external.prefix }}
- name: PAPERLESS_REDIS_PREFIX
value: {{ .Values.redis.external.prefix | quote }}
{{- end }}
- name: PAPERLESS_DBHOST
value: {{ include "paperless-ngx.postgresql.host" . | quote }}
- name: PAPERLESS_DBPORT