mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-18 01:05:23 +00:00
release paperless ngx 0.0.2 fixed bug with redis configuration
This commit is contained in:
@ -158,11 +158,16 @@ redis:
|
||||
host: "redis.default.svc.cluster.local"
|
||||
port: 6379
|
||||
database: 0
|
||||
# Authentication (leave empty if Redis has no auth)
|
||||
username: "" # Optional: Redis username (Redis 6.0+)
|
||||
# Use existingSecret for credentials if Redis has auth
|
||||
existingSecret: ""
|
||||
passwordKey: "redis-password"
|
||||
# Or set password directly (leave empty if no auth)
|
||||
password: ""
|
||||
# Optional: Prefix for Redis keys and channels
|
||||
# Useful for sharing one Redis server among multiple Paperless instances
|
||||
prefix: ""
|
||||
|
||||
## Paperless-ngx Configuration
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user