paperless ai tls fix

This commit is contained in:
Philip Haupt
2026-02-11 22:19:29 +01:00
parent 94c98c77d1
commit df6afb31ac
2 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ spec:
resources: resources:
{} {}
env:
- NODE_TLS_REJECT_UNAUTHORIZED=0
volumeMounts: volumeMounts:
- name: data - name: data

View File

@@ -55,7 +55,9 @@ readinessProbe:
path: / path: /
port: http port: http
envs: [] envs:
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: "0"
nodeSelector: {} nodeSelector: {}