patch-new-paperless #36

Merged
marko merged 15 commits from patch-new-paperless into main 2025-11-23 10:20:49 +00:00
Showing only changes of commit bdc614097e - Show all commits

View File

@@ -24,6 +24,7 @@ service:
# -- Configures service settings for the chart.
# @default -- See [values.yaml](./values.yaml)
main:
controller: main
ports:
http:
port: 8000
@@ -33,8 +34,6 @@ ingress:
# @default -- See [values.yaml](./values.yaml)
main:
enabled: false
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 64m
# hosts:
# - host: chart-example.local
# paths:
@@ -70,8 +69,8 @@ persistence:
retain: true
mountPath: /usr/src/paperless/export
# storageClass: ""
# accessMode: ReadWriteOnce
# size: 1Gi
accessMode: ReadWriteOnce
size: 1Gi
# -- Configure consume volume settings for the chart under this key.
# @default -- See [values.yaml](./values.yaml)
consume:
@@ -79,8 +78,8 @@ persistence:
retain: true
mountPath: /usr/src/paperless/consume
# storageClass: ""
# accessMode: ReadWriteOnce
# size: 4Gi
accessMode: ReadWriteOnce
size: 4Gi
# -- Enable and configure postgresql database subchart under this key.
# If enabled, the app's db envs will be set for you.