fix(apps): fix various issues (#8095)

This commit is contained in:
Stavros Kois
2023-04-20 02:19:46 +03:00
committed by GitHub
parent 8d53557d71
commit 3fb86ba2fc
37 changed files with 295 additions and 282 deletions
+19 -2
View File
@@ -2,12 +2,14 @@ image:
repository: tccr.io/truecharts/paperless-ng
pullPolicy: IfNotPresent
tag: 1.13.0@sha256:f8836b6d50f6dad48fc4692ede49c56275677f3d387be76e560e285123e0b8e1
service:
main:
ports:
main:
targetPort: 8000
port: 10140
persistence:
data:
enabled: true
@@ -23,28 +25,43 @@ persistence:
redis:
enabled: true
redisUsername: default
cnpg:
main:
enabled: true
user: paperless-ng
database: paperless-ng
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
httpHeaders:
Host: localhost
startup:
type: http
httpHeaders:
Host: localhost
readiness:
type: http
httpHeaders:
Host: localhost
env:
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
PAPERLESS_DATA_DIR: "/data/"