Update k8s/apps/paperless/values.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 8s

This commit is contained in:
ab
2025-04-28 17:35:09 +00:00
parent 5c444b50f9
commit 33f157949b

View File

@ -5,7 +5,7 @@ initContainers:
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.1
command: ["/bin/sh", "-c"]
args:
- apt-get update && apt-get install -y --reinstall tesseract-ocr-rus tesseract-ocr-eng tesseract-ocr-ell && cp -v -r /usr/share/tesseract-ocr/5/tessdata/* /custom-tessdata/
- apt-get update && apt-get install -y --reinstall tesseract-ocr-rus tesseract-ocr-jpn tesseract-ocr-chi-sim tesseract-ocr-eng tesseract-ocr-ell && cp -v -r /usr/share/tesseract-ocr/5/tessdata/* /custom-tessdata/
volumeMounts:
- name: tessdata
mountPath: /custom-tessdata
@ -17,7 +17,7 @@ env:
PAPERLESS_ALLOWED_HOSTS: docs.hexor.cy
PAPERLESS_REDIS: redis://:NOTSECUREBUTMAYBELOCAL@paperless-ngx-redis-master
PAPERLESS_CSRF_TRUSTED_ORIGINS: https://idm.hexor.cy
PAPERLESS_OCR_LANGUAGE: "eng+rus+ell"
PAPERLESS_OCR_LANGUAGE: "eng+rus+ell+jpn+chi-sim"
TESSDATA_PREFIX: /custom-tessdata
PAPERLESS_DBENGINE: postgresql
PAPERLESS_DBHOST: psql-nas.psql.svc