add stirling-pdf because why not [ci skip]
This commit is contained in:
parent
bcc4990096
commit
3e7b150779
3 changed files with 97 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ resource "kubernetes_deployment" "paperless-ngx" {
|
|||
image = "ghcr.io/paperless-ngx/paperless-ngx:latest"
|
||||
name = "paperless-ngx"
|
||||
env {
|
||||
name = "PAPERLESS_REDIS"
|
||||
name = "PAPERLESS_REDIS"
|
||||
// If redis gets stuck, try deleting the locks files in log dir
|
||||
value = "redis://redis.redis"
|
||||
# value = "redis://redis.redis.svc.cluster.local:6379/0"
|
||||
}
|
||||
env {
|
||||
name = "PAPERLESS_REDIS_PREFIX"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue